Shades of Violet Blue #995995
Tints of Violet Blue #995995
RGB
CMYK
RGB Variations
Color information
#995995 (or 0x995995) is known color: Violet Blue. HEX triplet: 99, 59 and 95. RGB value is (153,89,149). Sum of RGB (Red+Green+Blue) = 153+89+149=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #995995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995995 is #66A66A. Grayscale: #727272. Windows color (decimal): -6727275 or 9787801. OLE color: 9787801.
HSL color Cylindrical-coordinate representation of color #995995: hue angle of 303.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995995 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 149 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.4 |
| HSL | 303.75º | 0.26% | 0.47% | - |
| HSV(B) | 303.75º | 0.42% | 0.6% | - |
| XYZ | 22.13 | 16.09 | 30.37 | - |
| YUV | 114.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 149 | 0 | 0.42 | 0.03 | 0.4 | 303.75 | 0.26 | 0.47 |
| Hex | 99 | 59 | 95 | 0 | 2A | 3 | 28 | 130 | 1A | 2F |
| Octal | 231 | 131 | 225 | 0 | 52 | 3 | 50 | 460 | 32 | 57 |
| Binary | 10011001 | 1011001 | 10010101 | 0 | 101010 | 11 | 101000 | 100110000 | 11010 | 101111 |
Color Harmonies of #995995
Complementary color
Monochromatic Colors of #995995
Black with #995995
Text Example
Text Example
White with #995995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995995; }
p { color: rgb(153,89,149); }
H1.HeaderClassName
{
color: #995995;
}
.AnyTagClassName
{
color: #995995;
}
</style>
background-color css
<style>
a { background-color: #995995; }
a { background-color: rgb(153,89,149); }
div.DivClassName
{
background-color: #995995;
}
.BgClassName
{
background-color: #995995;
}
</style>
border-color css
<style>
span { border-color: #995995; }
span { border-color: rgb(153,89,149); }
td.TdClassName
{
border-color: #995995;
}
.TagClassName
{
border-color: #995995;
}
</style>