Shades of Violet Blue #996192
Tints of Violet Blue #996192
RGB
CMYK
RGB Variations
Color information
#996192 (or 0x996192) is known color: Violet Blue. HEX triplet: 99, 61 and 92. RGB value is (153,97,146). Sum of RGB (Red+Green+Blue) = 153+97+146=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996192 is #669E6D. Grayscale: #777777. Windows color (decimal): -6725230 or 9593241. OLE color: 9593241.
HSL color Cylindrical-coordinate representation of color #996192: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996192 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 146 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.4 |
| HSL | 307.5º | 0.22% | 0.49% | - |
| HSV(B) | 307.5º | 0.37% | 0.6% | - |
| XYZ | 22.6 | 17.4 | 29.36 | - |
| YUV | 119.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 146 | 0 | 0.37 | 0.05 | 0.4 | 307.5 | 0.22 | 0.49 |
| Hex | 99 | 61 | 92 | 0 | 25 | 5 | 28 | 134 | 16 | 31 |
| Octal | 231 | 141 | 222 | 0 | 45 | 5 | 50 | 464 | 26 | 61 |
| Binary | 10011001 | 1100001 | 10010010 | 0 | 100101 | 101 | 101000 | 100110100 | 10110 | 110001 |
Color Harmonies of #996192
Complementary color
Monochromatic Colors of #996192
Black with #996192
Text Example
Text Example
White with #996192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996192; }
p { color: rgb(153,97,146); }
H1.HeaderClassName
{
color: #996192;
}
.AnyTagClassName
{
color: #996192;
}
</style>
background-color css
<style>
a { background-color: #996192; }
a { background-color: rgb(153,97,146); }
div.DivClassName
{
background-color: #996192;
}
.BgClassName
{
background-color: #996192;
}
</style>
border-color css
<style>
span { border-color: #996192; }
span { border-color: rgb(153,97,146); }
td.TdClassName
{
border-color: #996192;
}
.TagClassName
{
border-color: #996192;
}
</style>