Shades of Violet Blue #96699B
Tints of Violet Blue #96699B
RGB
CMYK
RGB Variations
Color information
#96699B (or 0x96699B) is known color: Violet Blue. HEX triplet: 96, 69 and 9B. RGB value is (150,105,155). Sum of RGB (Red+Green+Blue) = 150+105+155=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #96699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96699B is #699664. Grayscale: #7B7B7B. Windows color (decimal): -6919781 or 10185110. OLE color: 10185110.
HSL color Cylindrical-coordinate representation of color #96699B: hue angle of 294º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96699B is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 105 | 155 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.39 |
| HSL | 294º | 0.2% | 0.51% | - |
| HSV(B) | 294º | 0.32% | 0.61% | - |
| XYZ | 23.55 | 18.95 | 33.43 | - |
| YUV | 124.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 155 | 0.03 | 0.32 | 0 | 0.39 | 294 | 0.2 | 0.51 |
| Hex | 96 | 69 | 9B | 3 | 20 | 0 | 27 | 126 | 14 | 33 |
| Octal | 226 | 151 | 233 | 3 | 40 | 0 | 47 | 446 | 24 | 63 |
| Binary | 10010110 | 1101001 | 10011011 | 11 | 100000 | 0 | 100111 | 100100110 | 10100 | 110011 |
Color Harmonies of #96699B
Complementary color
Monochromatic Colors of #96699B
Black with #96699B
Text Example
Text Example
White with #96699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96699B; }
p { color: rgb(150,105,155); }
H1.HeaderClassName
{
color: #96699B;
}
.AnyTagClassName
{
color: #96699B;
}
</style>
background-color css
<style>
a { background-color: #96699B; }
a { background-color: rgb(150,105,155); }
div.DivClassName
{
background-color: #96699B;
}
.BgClassName
{
background-color: #96699B;
}
</style>
border-color css
<style>
span { border-color: #96699B; }
span { border-color: rgb(150,105,155); }
td.TdClassName
{
border-color: #96699B;
}
.TagClassName
{
border-color: #96699B;
}
</style>