Shades of Violet Blue #996492
Tints of Violet Blue #996492
RGB
CMYK
RGB Variations
Color information
#996492 (or 0x996492) is known color: Violet Blue. HEX triplet: 99, 64 and 92. RGB value is (153,100,146). Sum of RGB (Red+Green+Blue) = 153+100+146=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996492 is #669B6D. Grayscale: #787878. Windows color (decimal): -6724462 or 9594009. OLE color: 9594009.
HSL color Cylindrical-coordinate representation of color #996492: hue angle of 307.92º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996492 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 146 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.4 |
| HSL | 307.92º | 0.21% | 0.5% | - |
| HSV(B) | 307.92º | 0.35% | 0.6% | - |
| XYZ | 22.88 | 17.96 | 29.46 | - |
| YUV | 121.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 146 | 0 | 0.35 | 0.05 | 0.4 | 307.92 | 0.21 | 0.5 |
| Hex | 99 | 64 | 92 | 0 | 23 | 5 | 28 | 134 | 15 | 32 |
| Octal | 231 | 144 | 222 | 0 | 43 | 5 | 50 | 464 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10010010 | 0 | 100011 | 101 | 101000 | 100110100 | 10101 | 110010 |
Color Harmonies of #996492
Complementary color
Monochromatic Colors of #996492
Black with #996492
Text Example
Text Example
White with #996492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996492; }
p { color: rgb(153,100,146); }
H1.HeaderClassName
{
color: #996492;
}
.AnyTagClassName
{
color: #996492;
}
</style>
background-color css
<style>
a { background-color: #996492; }
a { background-color: rgb(153,100,146); }
div.DivClassName
{
background-color: #996492;
}
.BgClassName
{
background-color: #996492;
}
</style>
border-color css
<style>
span { border-color: #996492; }
span { border-color: rgb(153,100,146); }
td.TdClassName
{
border-color: #996492;
}
.TagClassName
{
border-color: #996492;
}
</style>