Shades of Violet Blue #995491
Tints of Violet Blue #995491
RGB
CMYK
RGB Variations
Color information
#995491 (or 0x995491) is known color: Violet Blue. HEX triplet: 99, 54 and 91. RGB value is (153,84,145). Sum of RGB (Red+Green+Blue) = 153+84+145=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995491 is #66AB6E. Grayscale: #6F6F6F. Windows color (decimal): -6728559 or 9524377. OLE color: 9524377.
HSL color Cylindrical-coordinate representation of color #995491: hue angle of 306.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995491 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 145 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.4 |
| HSL | 306.96º | 0.29% | 0.46% | - |
| HSV(B) | 306.96º | 0.45% | 0.6% | - |
| XYZ | 21.42 | 15.16 | 28.58 | - |
| YUV | 111.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 145 | 0 | 0.45 | 0.05 | 0.4 | 306.96 | 0.29 | 0.46 |
| Hex | 99 | 54 | 91 | 0 | 2D | 5 | 28 | 133 | 1D | 2E |
| Octal | 231 | 124 | 221 | 0 | 55 | 5 | 50 | 463 | 35 | 56 |
| Binary | 10011001 | 1010100 | 10010001 | 0 | 101101 | 101 | 101000 | 100110011 | 11101 | 101110 |
Color Harmonies of #995491
Complementary color
Monochromatic Colors of #995491
Black with #995491
Text Example
Text Example
White with #995491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995491; }
p { color: rgb(153,84,145); }
H1.HeaderClassName
{
color: #995491;
}
.AnyTagClassName
{
color: #995491;
}
</style>
background-color css
<style>
a { background-color: #995491; }
a { background-color: rgb(153,84,145); }
div.DivClassName
{
background-color: #995491;
}
.BgClassName
{
background-color: #995491;
}
</style>
border-color css
<style>
span { border-color: #995491; }
span { border-color: rgb(153,84,145); }
td.TdClassName
{
border-color: #995491;
}
.TagClassName
{
border-color: #995491;
}
</style>