Shades of Violet Blue #996995
Tints of Violet Blue #996995
RGB
CMYK
RGB Variations
Color information
#996995 (or 0x996995) is known color: Violet Blue. HEX triplet: 99, 69 and 95. RGB value is (153,105,149). Sum of RGB (Red+Green+Blue) = 153+105+149=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996995 is #66966A. Grayscale: #7C7C7C. Windows color (decimal): -6723179 or 9791897. OLE color: 9791897.
HSL color Cylindrical-coordinate representation of color #996995: hue angle of 305º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996995 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 149 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.4 |
| HSL | 305º | 0.19% | 0.51% | - |
| HSV(B) | 305º | 0.31% | 0.6% | - |
| XYZ | 23.61 | 19.05 | 30.87 | - |
| YUV | 124.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 149 | 0 | 0.31 | 0.03 | 0.4 | 305 | 0.19 | 0.51 |
| Hex | 99 | 69 | 95 | 0 | 1F | 3 | 28 | 131 | 13 | 33 |
| Octal | 231 | 151 | 225 | 0 | 37 | 3 | 50 | 461 | 23 | 63 |
| Binary | 10011001 | 1101001 | 10010101 | 0 | 11111 | 11 | 101000 | 100110001 | 10011 | 110011 |
Color Harmonies of #996995
Complementary color
Monochromatic Colors of #996995
Black with #996995
Text Example
Text Example
White with #996995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996995; }
p { color: rgb(153,105,149); }
H1.HeaderClassName
{
color: #996995;
}
.AnyTagClassName
{
color: #996995;
}
</style>
background-color css
<style>
a { background-color: #996995; }
a { background-color: rgb(153,105,149); }
div.DivClassName
{
background-color: #996995;
}
.BgClassName
{
background-color: #996995;
}
</style>
border-color css
<style>
span { border-color: #996995; }
span { border-color: rgb(153,105,149); }
td.TdClassName
{
border-color: #996995;
}
.TagClassName
{
border-color: #996995;
}
</style>