#9F488C

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

Shades of Violet Blue #9F488C

Tints of Violet Blue #9F488C

Color information

#9F488C (or 0x9F488C) is unknown color: approx Violet Blue. HEX triplet: 9F, 48 and 8C. RGB value is (159,72,140). Sum of RGB (Red+Green+Blue) = 159+72+140=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F488C is #60B773. Grayscale: #696969. Windows color (decimal): -6338420 or 9193631. OLE color: 9193631.

HSL color Cylindrical-coordinate representation of color #9F488C: hue angle of 313.1º 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 #9F488C is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15972140-
CMYK00.550.120.38
HSL313.1º37.66%45.29%-
HSV(B)313.1º54.72%62.35%-
XYZ21.3513.926.37-
YUV105.76147.32165.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=42.86%
G=19.41%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597214000.550.120.38313.137.6645.29
Hex9F488C037C26139262d
Octal23711021406714464714655
Binary1001111110010001000110001101111100100110100111001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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