Shades of Violet Blue #996392
Tints of Violet Blue #996392
RGB
CMYK
RGB Variations
Color information
#996392 (or 0x996392) is known color: Violet Blue. HEX triplet: 99, 63 and 92. RGB value is (153,99,146). Sum of RGB (Red+Green+Blue) = 153+99+146=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996392 is #669C6D. Grayscale: #787878. Windows color (decimal): -6724718 or 9593753. OLE color: 9593753.
HSL color Cylindrical-coordinate representation of color #996392: hue angle of 307.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996392 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 146 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.4 |
| HSL | 307.78º | 0.21% | 0.49% | - |
| HSV(B) | 307.78º | 0.35% | 0.6% | - |
| XYZ | 22.79 | 17.77 | 29.42 | - |
| YUV | 120.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 146 | 0 | 0.35 | 0.05 | 0.4 | 307.78 | 0.21 | 0.49 |
| Hex | 99 | 63 | 92 | 0 | 23 | 5 | 28 | 134 | 15 | 31 |
| Octal | 231 | 143 | 222 | 0 | 43 | 5 | 50 | 464 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10010010 | 0 | 100011 | 101 | 101000 | 100110100 | 10101 | 110001 |
Color Harmonies of #996392
Complementary color
Monochromatic Colors of #996392
Black with #996392
Text Example
Text Example
White with #996392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996392; }
p { color: rgb(153,99,146); }
H1.HeaderClassName
{
color: #996392;
}
.AnyTagClassName
{
color: #996392;
}
</style>
background-color css
<style>
a { background-color: #996392; }
a { background-color: rgb(153,99,146); }
div.DivClassName
{
background-color: #996392;
}
.BgClassName
{
background-color: #996392;
}
</style>
border-color css
<style>
span { border-color: #996392; }
span { border-color: rgb(153,99,146); }
td.TdClassName
{
border-color: #996392;
}
.TagClassName
{
border-color: #996392;
}
</style>