Shades of Violet Blue #995292
Tints of Violet Blue #995292
RGB
CMYK
RGB Variations
Color information
#995292 (or 0x995292) is known color: Violet Blue. HEX triplet: 99, 52 and 92. RGB value is (153,82,146). Sum of RGB (Red+Green+Blue) = 153+82+146=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995292 is #66AD6D. Grayscale: #6E6E6E. Windows color (decimal): -6729070 or 9589401. OLE color: 9589401.
HSL color Cylindrical-coordinate representation of color #995292: hue angle of 305.92º 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 #995292 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 146 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.4 |
| HSL | 305.92º | 0.3% | 0.46% | - |
| HSV(B) | 305.92º | 0.46% | 0.6% | - |
| XYZ | 21.34 | 14.88 | 28.94 | - |
| YUV | 110.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 146 | 0 | 0.46 | 0.05 | 0.4 | 305.92 | 0.3 | 0.46 |
| Hex | 99 | 52 | 92 | 0 | 2E | 5 | 28 | 132 | 1E | 2E |
| Octal | 231 | 122 | 222 | 0 | 56 | 5 | 50 | 462 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10010010 | 0 | 101110 | 101 | 101000 | 100110010 | 11110 | 101110 |
Color Harmonies of #995292
Complementary color
Monochromatic Colors of #995292
Black with #995292
Text Example
Text Example
White with #995292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995292; }
p { color: rgb(153,82,146); }
H1.HeaderClassName
{
color: #995292;
}
.AnyTagClassName
{
color: #995292;
}
</style>
background-color css
<style>
a { background-color: #995292; }
a { background-color: rgb(153,82,146); }
div.DivClassName
{
background-color: #995292;
}
.BgClassName
{
background-color: #995292;
}
</style>
border-color css
<style>
span { border-color: #995292; }
span { border-color: rgb(153,82,146); }
td.TdClassName
{
border-color: #995292;
}
.TagClassName
{
border-color: #995292;
}
</style>