#96499A

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

Shades of Violet Blue #96499A

Tints of Violet Blue #96499A

Color information

#96499A (or 0x96499A) is unknown color: approx Violet Blue. HEX triplet: 96, 49 and 9A. RGB value is (150,73,154). Sum of RGB (Red+Green+Blue) = 150+73+154=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #96499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96499A is #69B665. Grayscale: #696969. Windows color (decimal): -6927974 or 10111382. OLE color: 10111382.

HSL color Cylindrical-coordinate representation of color #96499A: hue angle of 297.04º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96499A is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15073154-
CMYK0.030.5300.40
HSL297.04º35.68%44.51%-
HSV(B)297.04º52.6%60.39%-
XYZ20.7913.5832.1-
YUV105.26155.51159.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=39.79%
G=19.36%
B=40.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150731540.030.5300.40297.0435.6844.51
Hex96499A335028129242d
Octal2261112323650504514455
Binary10010110100100110011010111101010101000100101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96499A; }

 p { color: rgb(150,73,154); }

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

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

 a { background-color: rgb(150,73,154); }

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

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

 span { border-color: rgb(150,73,154); }

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