#96579B

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

Shades of Violet Blue #96579B

Tints of Violet Blue #96579B

Color information

#96579B (or 0x96579B) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 9B. RGB value is (150,87,155). Sum of RGB (Red+Green+Blue) = 150+87+155=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #96579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96579B is #69A864. Grayscale: #717171. Windows color (decimal): -6924389 or 10180502. OLE color: 10180502.

HSL color Cylindrical-coordinate representation of color #96579B: hue angle of 295.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96579B is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15087155-
CMYK0.030.4400.39
HSL295.59º28.1%47.45%-
HSV(B)295.59º43.87%60.78%-
XYZ21.915.6732.88-
YUV113.59151.37153.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=38.27%
G=22.19%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150871550.030.4400.39295.5928.147.45
Hex96579B32C0271281c2f
Octal2261272333540474503457
Binary1001011010101111001101111101100010011110010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96579B; }

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

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

<style>
 a { background-color: #96579B; }

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

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

<style>
 span { border-color: #96579B; }

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

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