#96659A

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

Shades of Violet Blue #96659A

Tints of Violet Blue #96659A

Color information

#96659A (or 0x96659A) is unknown color: approx Violet Blue. HEX triplet: 96, 65 and 9A. RGB value is (150,101,154). Sum of RGB (Red+Green+Blue) = 150+101+154=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #96659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96659A is #699A65. Grayscale: #797979. Windows color (decimal): -6920806 or 10118550. OLE color: 10118550.

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

Color convert

RGB150101154-
CMYK0.030.3400.40
HSL295.47º20.78%50%-
HSV(B)295.47º34.42%60.39%-
XYZ23.0618.1232.85-
YUV121.69146.23148.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=37.04%
G=24.94%
B=38.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501011540.030.3400.40295.4720.7850
Hex96659A3220281271532
Octal2261452323420504472562
Binary1001011011001011001101011100010010100010010011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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