Shades of Violet Blue #96699C
Tints of Violet Blue #96699C
RGB
CMYK
RGB Variations
Color information
#96699C (or 0x96699C) is known color: Violet Blue. HEX triplet: 96, 69 and 9C. RGB value is (150,105,156). Sum of RGB (Red+Green+Blue) = 150+105+156=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #96699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96699C is #699663. Grayscale: #7C7C7C. Windows color (decimal): -6919780 or 10250646. OLE color: 10250646.
HSL color Cylindrical-coordinate representation of color #96699C: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96699C is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 105 | 156 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.39 |
| HSL | 292.94º | 0.2% | 0.51% | - |
| HSV(B) | 292.94º | 0.33% | 0.61% | - |
| XYZ | 23.63 | 18.99 | 33.87 | - |
| YUV | 124.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 156 | 0.04 | 0.33 | 0 | 0.39 | 292.94 | 0.2 | 0.51 |
| Hex | 96 | 69 | 9C | 4 | 21 | 0 | 27 | 125 | 14 | 33 |
| Octal | 226 | 151 | 234 | 4 | 41 | 0 | 47 | 445 | 24 | 63 |
| Binary | 10010110 | 1101001 | 10011100 | 100 | 100001 | 0 | 100111 | 100100101 | 10100 | 110011 |
Color Harmonies of #96699C
Complementary color
Monochromatic Colors of #96699C
Black with #96699C
Text Example
Text Example
White with #96699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96699C; }
p { color: rgb(150,105,156); }
H1.HeaderClassName
{
color: #96699C;
}
.AnyTagClassName
{
color: #96699C;
}
</style>
background-color css
<style>
a { background-color: #96699C; }
a { background-color: rgb(150,105,156); }
div.DivClassName
{
background-color: #96699C;
}
.BgClassName
{
background-color: #96699C;
}
</style>
border-color css
<style>
span { border-color: #96699C; }
span { border-color: rgb(150,105,156); }
td.TdClassName
{
border-color: #96699C;
}
.TagClassName
{
border-color: #96699C;
}
</style>