#96609D

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

Shades of Violet Blue #96609D

Tints of Violet Blue #96609D

Color information

#96609D (or 0x96609D) is unknown color: approx Violet Blue. HEX triplet: 96, 60 and 9D. RGB value is (150,96,157). Sum of RGB (Red+Green+Blue) = 150+96+157=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #96609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96609D is #699F62. Grayscale: #767676. Windows color (decimal): -6922083 or 10313878. OLE color: 10313878.

HSL color Cylindrical-coordinate representation of color #96609D: hue angle of 293.11º 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 #96609D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15096157-
CMYK0.040.3900.38
HSL293.11º24.11%49.61%-
HSV(B)293.11º38.85%61.57%-
XYZ22.8517.2834.03-
YUV119.1149.39150.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=37.22%
G=23.82%
B=38.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150961570.040.3900.38293.1124.1149.61
Hex96609D4270261251832
Octal2261402354470464453062
Binary10010110110000010011101100100111010011010010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96609D; }

 p { color: rgb(150,96,157); }

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

<style>
 a { background-color: #96609D; }

 a { background-color: rgb(150,96,157); }

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

<style>
 span { border-color: #96609D; }

 span { border-color: rgb(150,96,157); }

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