Shades of Violet Blue #996592
Tints of Violet Blue #996592
RGB
CMYK
RGB Variations
Color information
#996592 (or 0x996592) is known color: Violet Blue. HEX triplet: 99, 65 and 92. RGB value is (153,101,146). Sum of RGB (Red+Green+Blue) = 153+101+146=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996592 is #669A6D. Grayscale: #797979. Windows color (decimal): -6724206 or 9594265. OLE color: 9594265.
HSL color Cylindrical-coordinate representation of color #996592: hue angle of 308.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996592 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 146 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.4 |
| HSL | 308.08º | 0.2% | 0.5% | - |
| HSV(B) | 308.08º | 0.34% | 0.6% | - |
| XYZ | 22.98 | 18.15 | 29.49 | - |
| YUV | 121.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 146 | 0 | 0.34 | 0.05 | 0.4 | 308.08 | 0.2 | 0.5 |
| Hex | 99 | 65 | 92 | 0 | 22 | 5 | 28 | 134 | 14 | 32 |
| Octal | 231 | 145 | 222 | 0 | 42 | 5 | 50 | 464 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10010010 | 0 | 100010 | 101 | 101000 | 100110100 | 10100 | 110010 |
Color Harmonies of #996592
Complementary color
Monochromatic Colors of #996592
Black with #996592
Text Example
Text Example
White with #996592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996592; }
p { color: rgb(153,101,146); }
H1.HeaderClassName
{
color: #996592;
}
.AnyTagClassName
{
color: #996592;
}
</style>
background-color css
<style>
a { background-color: #996592; }
a { background-color: rgb(153,101,146); }
div.DivClassName
{
background-color: #996592;
}
.BgClassName
{
background-color: #996592;
}
</style>
border-color css
<style>
span { border-color: #996592; }
span { border-color: rgb(153,101,146); }
td.TdClassName
{
border-color: #996592;
}
.TagClassName
{
border-color: #996592;
}
</style>