#996492

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

Shades of Violet Blue #996492

Tints of Violet Blue #996492

Color information

#996492 (or 0x996492) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 92. RGB value is (153,100,146). Sum of RGB (Red+Green+Blue) = 153+100+146=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996492 is #669B6D. Grayscale: #787878. Windows color (decimal): -6724462 or 9594009. OLE color: 9594009.

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

Color convert

RGB153100146-
CMYK00.350.050.4
HSL307.92º20.95%49.61%-
HSV(B)307.92º34.64%60%-
XYZ22.8817.9629.46-
YUV121.09142.06150.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=38.35%
G=25.06%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310014600.350.050.4307.9220.9549.61
Hex9964920235281341532
Octal2311442220435504642562
Binary10011001110010010010010010001110110100010011010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996492; }

 p { color: rgb(153,100,146); }

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

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

 a { background-color: rgb(153,100,146); }

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

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

 span { border-color: rgb(153,100,146); }

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