Shades of Violet Blue #995391
Tints of Violet Blue #995391
RGB
CMYK
RGB Variations
Color information
#995391 (or 0x995391) is known color: Violet Blue. HEX triplet: 99, 53 and 91. RGB value is (153,83,145). Sum of RGB (Red+Green+Blue) = 153+83+145=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995391 is #66AC6E. Grayscale: #6E6E6E. Windows color (decimal): -6728815 or 9524121. OLE color: 9524121.
HSL color Cylindrical-coordinate representation of color #995391: hue angle of 306.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995391 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 145 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.4 |
| HSL | 306.86º | 0.3% | 0.46% | - |
| HSV(B) | 306.86º | 0.46% | 0.6% | - |
| XYZ | 21.34 | 15 | 28.56 | - |
| YUV | 111 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 145 | 0 | 0.46 | 0.05 | 0.4 | 306.86 | 0.3 | 0.46 |
| Hex | 99 | 53 | 91 | 0 | 2E | 5 | 28 | 133 | 1E | 2E |
| Octal | 231 | 123 | 221 | 0 | 56 | 5 | 50 | 463 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10010001 | 0 | 101110 | 101 | 101000 | 100110011 | 11110 | 101110 |
Color Harmonies of #995391
Complementary color
Monochromatic Colors of #995391
Black with #995391
Text Example
Text Example
White with #995391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995391; }
p { color: rgb(153,83,145); }
H1.HeaderClassName
{
color: #995391;
}
.AnyTagClassName
{
color: #995391;
}
</style>
background-color css
<style>
a { background-color: #995391; }
a { background-color: rgb(153,83,145); }
div.DivClassName
{
background-color: #995391;
}
.BgClassName
{
background-color: #995391;
}
</style>
border-color css
<style>
span { border-color: #995391; }
span { border-color: rgb(153,83,145); }
td.TdClassName
{
border-color: #995391;
}
.TagClassName
{
border-color: #995391;
}
</style>