Shades of Violet Blue #995397
Tints of Violet Blue #995397
RGB
CMYK
RGB Variations
Color information
#995397 (or 0x995397) is known color: Violet Blue. HEX triplet: 99, 53 and 97. RGB value is (153,83,151). Sum of RGB (Red+Green+Blue) = 153+83+151=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995397 is #66AC68. Grayscale: #6F6F6F. Windows color (decimal): -6728809 or 9917337. OLE color: 9917337.
HSL color Cylindrical-coordinate representation of color #995397: hue angle of 301.71º 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 #995397 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 151 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.4 |
| HSL | 301.71º | 0.3% | 0.46% | - |
| HSV(B) | 301.71º | 0.46% | 0.6% | - |
| XYZ | 21.82 | 15.19 | 31.06 | - |
| YUV | 111.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 151 | 0 | 0.46 | 0.01 | 0.4 | 301.71 | 0.3 | 0.46 |
| Hex | 99 | 53 | 97 | 0 | 2E | 1 | 28 | 12E | 1E | 2E |
| Octal | 231 | 123 | 227 | 0 | 56 | 1 | 50 | 456 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10010111 | 0 | 101110 | 1 | 101000 | 100101110 | 11110 | 101110 |
Color Harmonies of #995397
Complementary color
Monochromatic Colors of #995397
Black with #995397
Text Example
Text Example
White with #995397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995397; }
p { color: rgb(153,83,151); }
H1.HeaderClassName
{
color: #995397;
}
.AnyTagClassName
{
color: #995397;
}
</style>
background-color css
<style>
a { background-color: #995397; }
a { background-color: rgb(153,83,151); }
div.DivClassName
{
background-color: #995397;
}
.BgClassName
{
background-color: #995397;
}
</style>
border-color css
<style>
span { border-color: #995397; }
span { border-color: rgb(153,83,151); }
td.TdClassName
{
border-color: #995397;
}
.TagClassName
{
border-color: #995397;
}
</style>