#9F488F

Color #9F488F Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F488F

Tints of Violet Blue #9F488F

Color information

#9F488F (or 0x9F488F) is unknown color: approx Violet Blue. HEX triplet: 9F, 48 and 8F. RGB value is (159,72,143). Sum of RGB (Red+Green+Blue) = 159+72+143=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F488F is #60B770. Grayscale: #696969. Windows color (decimal): -6338417 or 9390239. OLE color: 9390239.

HSL color Cylindrical-coordinate representation of color #9F488F: hue angle of 311.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F488F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15972143-
CMYK00.550.100.38
HSL311.03º37.66%45.29%-
HSV(B)311.03º54.72%62.35%-
XYZ21.5713.9927.55-
YUV106.11148.82165.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=42.51%
G=19.25%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597214300.550.100.38311.0337.6645.29
Hex9F488F037A26137262d
Octal23711021706712464674655
Binary1001111110010001000111101101111010100110100110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F488F; }

 p { color: rgb(159,72,143); }

 H1.HeaderClassName
 {
   color: #9F488F;
 }
 .AnyTagClassName
 {
   color: #9F488F;
 }
</style>
background-color css

<style>
 a { background-color: #9F488F; }

 a { background-color: rgb(159,72,143); }

 div.DivClassName
 {
   background-color: #9F488F;
 }
 .BgClassName
 {
   background-color: #9F488F;
 }
</style>
border-color css

<style>
 span { border-color: #9F488F; }

 span { border-color: rgb(159,72,143); }

 td.TdClassName
 {
   border-color: #9F488F;
 }
 .TagClassName
 {
   border-color: #9F488F;
 }
</style>