#96619F

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

Shades of Violet Blue #96619F

Tints of Violet Blue #96619F

Color information

#96619F (or 0x96619F) is unknown color: approx Violet Blue. HEX triplet: 96, 61 and 9F. RGB value is (150,97,159). Sum of RGB (Red+Green+Blue) = 150+97+159=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #96619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96619F is #699E60. Grayscale: #777777. Windows color (decimal): -6921825 or 10445206. OLE color: 10445206.

HSL color Cylindrical-coordinate representation of color #96619F: hue angle of 291.29º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96619F is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15097159-
CMYK0.060.3900.38
HSL291.29º24.41%50.2%-
HSV(B)291.29º38.99%62.35%-
XYZ23.1117.5434.97-
YUV119.92150.06149.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=36.95%
G=23.89%
B=39.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150971590.060.3900.38291.2924.4150.2
Hex96619F6270261231832
Octal2261412376470464433062
Binary10010110110000110011111110100111010011010010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96619F; }

 p { color: rgb(150,97,159); }

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

<style>
 a { background-color: #96619F; }

 a { background-color: rgb(150,97,159); }

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

<style>
 span { border-color: #96619F; }

 span { border-color: rgb(150,97,159); }

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