#96649A

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

Shades of Violet Blue #96649A

Tints of Violet Blue #96649A

Color information

#96649A (or 0x96649A) is unknown color: approx Violet Blue. HEX triplet: 96, 64 and 9A. RGB value is (150,100,154). Sum of RGB (Red+Green+Blue) = 150+100+154=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #96649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96649A is #699B65. Grayscale: #787878. Windows color (decimal): -6921062 or 10118294. OLE color: 10118294.

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

Color convert

RGB150100154-
CMYK0.030.3500.40
HSL295.56º21.26%49.8%-
HSV(B)295.56º35.06%60.39%-
XYZ22.9717.9332.82-
YUV121.11146.56148.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=37.13%
G=24.75%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501001540.030.3500.40295.5621.2649.8
Hex96649A3230281281532
Octal2261442323430504502562
Binary1001011011001001001101011100011010100010010100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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