Shades of Violet Blue #996F9B
Tints of Violet Blue #996F9B
RGB
CMYK
RGB Variations
Color information
#996F9B (or 0x996F9B) is known color: Violet Blue. HEX triplet: 99, 6F and 9B. RGB value is (153,111,155). Sum of RGB (Red+Green+Blue) = 153+111+155=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #996F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F9B is #669064. Grayscale: #808080. Windows color (decimal): -6721637 or 10186649. OLE color: 10186649.
HSL color Cylindrical-coordinate representation of color #996F9B: hue angle of 297.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996F9B is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 111 | 155 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.39 |
| HSL | 297.27º | 0.18% | 0.52% | - |
| HSV(B) | 297.27º | 0.28% | 0.61% | - |
| XYZ | 24.74 | 20.51 | 33.66 | - |
| YUV | 128.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 155 | 0.01 | 0.28 | 0 | 0.39 | 297.27 | 0.18 | 0.52 |
| Hex | 99 | 6F | 9B | 1 | 1C | 0 | 27 | 129 | 12 | 34 |
| Octal | 231 | 157 | 233 | 1 | 34 | 0 | 47 | 451 | 22 | 64 |
| Binary | 10011001 | 1101111 | 10011011 | 1 | 11100 | 0 | 100111 | 100101001 | 10010 | 110100 |
Color Harmonies of #996F9B
Complementary color
Monochromatic Colors of #996F9B
Black with #996F9B
Text Example
Text Example
White with #996F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F9B; }
p { color: rgb(153,111,155); }
H1.HeaderClassName
{
color: #996F9B;
}
.AnyTagClassName
{
color: #996F9B;
}
</style>
background-color css
<style>
a { background-color: #996F9B; }
a { background-color: rgb(153,111,155); }
div.DivClassName
{
background-color: #996F9B;
}
.BgClassName
{
background-color: #996F9B;
}
</style>
border-color css
<style>
span { border-color: #996F9B; }
span { border-color: rgb(153,111,155); }
td.TdClassName
{
border-color: #996F9B;
}
.TagClassName
{
border-color: #996F9B;
}
</style>