Shades of Violet Blue #995691
Tints of Violet Blue #995691
RGB
CMYK
RGB Variations
Color information
#995691 (or 0x995691) is known color: Violet Blue. HEX triplet: 99, 56 and 91. RGB value is (153,86,145). Sum of RGB (Red+Green+Blue) = 153+86+145=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995691 is #66A96E. Grayscale: #707070. Windows color (decimal): -6728047 or 9524889. OLE color: 9524889.
HSL color Cylindrical-coordinate representation of color #995691: hue angle of 307.16º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995691 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 145 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.4 |
| HSL | 307.16º | 0.28% | 0.47% | - |
| HSV(B) | 307.16º | 0.44% | 0.6% | - |
| XYZ | 21.58 | 15.47 | 28.64 | - |
| YUV | 112.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 145 | 0 | 0.44 | 0.05 | 0.4 | 307.16 | 0.28 | 0.47 |
| Hex | 99 | 56 | 91 | 0 | 2C | 5 | 28 | 133 | 1C | 2F |
| Octal | 231 | 126 | 221 | 0 | 54 | 5 | 50 | 463 | 34 | 57 |
| Binary | 10011001 | 1010110 | 10010001 | 0 | 101100 | 101 | 101000 | 100110011 | 11100 | 101111 |
Color Harmonies of #995691
Complementary color
Monochromatic Colors of #995691
Black with #995691
Text Example
Text Example
White with #995691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995691; }
p { color: rgb(153,86,145); }
H1.HeaderClassName
{
color: #995691;
}
.AnyTagClassName
{
color: #995691;
}
</style>
background-color css
<style>
a { background-color: #995691; }
a { background-color: rgb(153,86,145); }
div.DivClassName
{
background-color: #995691;
}
.BgClassName
{
background-color: #995691;
}
</style>
border-color css
<style>
span { border-color: #995691; }
span { border-color: rgb(153,86,145); }
td.TdClassName
{
border-color: #995691;
}
.TagClassName
{
border-color: #995691;
}
</style>