#996495

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

Shades of Violet Blue #996495

Tints of Violet Blue #996495

Color information

#996495 (or 0x996495) is unknown color: approx Violet Blue. HEX triplet: 99, 64 and 95. RGB value is (153,100,149). Sum of RGB (Red+Green+Blue) = 153+100+149=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996495 is #669B6A. Grayscale: #797979. Windows color (decimal): -6724459 or 9790617. OLE color: 9790617.

HSL color Cylindrical-coordinate representation of color #996495: hue angle of 304.53º 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 #996495 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153100149-
CMYK00.350.030.4
HSL304.53º20.95%49.61%-
HSV(B)304.53º34.64%60%-
XYZ23.1218.0630.7-
YUV121.43143.56150.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=38.06%
G=24.88%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310014900.350.030.4304.5320.9549.61
Hex9964950233281311532
Octal2311442250433504612562
Binary1001100111001001001010101000111110100010011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996495; }

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

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

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

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

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

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

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

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