Shades of Violet Blue #995792
Tints of Violet Blue #995792
RGB
CMYK
RGB Variations
Color information
#995792 (or 0x995792) is known color: Violet Blue. HEX triplet: 99, 57 and 92. RGB value is (153,87,146). Sum of RGB (Red+Green+Blue) = 153+87+146=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995792 is #66A86D. Grayscale: #717171. Windows color (decimal): -6727790 or 9590681. OLE color: 9590681.
HSL color Cylindrical-coordinate representation of color #995792: hue angle of 306.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995792 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 146 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.4 |
| HSL | 306.36º | 0.28% | 0.47% | - |
| HSV(B) | 306.36º | 0.43% | 0.6% | - |
| XYZ | 21.73 | 15.66 | 29.07 | - |
| YUV | 113.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 146 | 0 | 0.43 | 0.05 | 0.4 | 306.36 | 0.28 | 0.47 |
| Hex | 99 | 57 | 92 | 0 | 2B | 5 | 28 | 132 | 1C | 2F |
| Octal | 231 | 127 | 222 | 0 | 53 | 5 | 50 | 462 | 34 | 57 |
| Binary | 10011001 | 1010111 | 10010010 | 0 | 101011 | 101 | 101000 | 100110010 | 11100 | 101111 |
Color Harmonies of #995792
Complementary color
Monochromatic Colors of #995792
Black with #995792
Text Example
Text Example
White with #995792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995792; }
p { color: rgb(153,87,146); }
H1.HeaderClassName
{
color: #995792;
}
.AnyTagClassName
{
color: #995792;
}
</style>
background-color css
<style>
a { background-color: #995792; }
a { background-color: rgb(153,87,146); }
div.DivClassName
{
background-color: #995792;
}
.BgClassName
{
background-color: #995792;
}
</style>
border-color css
<style>
span { border-color: #995792; }
span { border-color: rgb(153,87,146); }
td.TdClassName
{
border-color: #995792;
}
.TagClassName
{
border-color: #995792;
}
</style>