Shades of Violet Blue #96659C
Tints of Violet Blue #96659C
RGB
CMYK
RGB Variations
Color information
#96659C (or 0x96659C) is known color: Violet Blue. HEX triplet: 96, 65 and 9C. RGB value is (150,101,156). Sum of RGB (Red+Green+Blue) = 150+101+156=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #96659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96659C is #699A63. Grayscale: #797979. Windows color (decimal): -6920804 or 10249622. OLE color: 10249622.
HSL color Cylindrical-coordinate representation of color #96659C: hue angle of 293.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96659C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 101 | 156 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.39 |
| HSL | 293.45º | 0.22% | 0.5% | - |
| HSV(B) | 293.45º | 0.35% | 0.61% | - |
| XYZ | 23.23 | 18.19 | 33.74 | - |
| YUV | 121.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 156 | 0.04 | 0.35 | 0 | 0.39 | 293.45 | 0.22 | 0.5 |
| Hex | 96 | 65 | 9C | 4 | 23 | 0 | 27 | 125 | 16 | 32 |
| Octal | 226 | 145 | 234 | 4 | 43 | 0 | 47 | 445 | 26 | 62 |
| Binary | 10010110 | 1100101 | 10011100 | 100 | 100011 | 0 | 100111 | 100100101 | 10110 | 110010 |
Color Harmonies of #96659C
Complementary color
Monochromatic Colors of #96659C
Black with #96659C
Text Example
Text Example
White with #96659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96659C; }
p { color: rgb(150,101,156); }
H1.HeaderClassName
{
color: #96659C;
}
.AnyTagClassName
{
color: #96659C;
}
</style>
background-color css
<style>
a { background-color: #96659C; }
a { background-color: rgb(150,101,156); }
div.DivClassName
{
background-color: #96659C;
}
.BgClassName
{
background-color: #96659C;
}
</style>
border-color css
<style>
span { border-color: #96659C; }
span { border-color: rgb(150,101,156); }
td.TdClassName
{
border-color: #96659C;
}
.TagClassName
{
border-color: #96659C;
}
</style>