#96578C

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

Shades of Violet Blue #96578C

Tints of Violet Blue #96578C

Color information

#96578C (or 0x96578C) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 8C. RGB value is (150,87,140). Sum of RGB (Red+Green+Blue) = 150+87+140=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96578C is #69A873. Grayscale: #6F6F6F. Windows color (decimal): -6924404 or 9197462. OLE color: 9197462.

HSL color Cylindrical-coordinate representation of color #96578C: hue angle of 309.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96578C is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15087140-
CMYK00.420.070.41
HSL309.52º26.58%46.47%-
HSV(B)309.52º42%58.82%-
XYZ20.7215.1926.65-
YUV111.88143.87155.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=39.79%
G=23.08%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508714000.420.070.41309.5226.5846.47
Hex96578C02A7291361b2e
Octal2261272140527514663356
Binary10010110101011110001100010101011110100110011011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96578C; }

 p { color: rgb(150,87,140); }

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

<style>
 a { background-color: #96578C; }

 a { background-color: rgb(150,87,140); }

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

<style>
 span { border-color: #96578C; }

 span { border-color: rgb(150,87,140); }

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