#996594

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

Shades of Violet Blue #996594

Tints of Violet Blue #996594

Color information

#996594 (or 0x996594) is unknown color: approx Violet Blue. HEX triplet: 99, 65 and 94. RGB value is (153,101,148). Sum of RGB (Red+Green+Blue) = 153+101+148=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996594 is #669A6B. Grayscale: #797979. Windows color (decimal): -6724204 or 9725337. OLE color: 9725337.

HSL color Cylindrical-coordinate representation of color #996594: hue angle of 305.77º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996594 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153101148-
CMYK00.340.030.4
HSL305.77º20.47%49.8%-
HSV(B)305.77º33.99%60%-
XYZ23.1418.2230.31-
YUV121.91142.73150.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=38.06%
G=25.12%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310114800.340.030.4305.7720.4749.8
Hex9965940223281321432
Octal2311452240423504622462
Binary1001100111001011001010001000101110100010011001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996594; }

 p { color: rgb(153,101,148); }

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

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

 a { background-color: rgb(153,101,148); }

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

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

 span { border-color: rgb(153,101,148); }

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