Shades of Violet Blue #996293
Tints of Violet Blue #996293
RGB
CMYK
RGB Variations
Color information
#996293 (or 0x996293) is known color: Violet Blue. HEX triplet: 99, 62 and 93. RGB value is (153,98,147). Sum of RGB (Red+Green+Blue) = 153+98+147=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996293 is #669D6C. Grayscale: #777777. Windows color (decimal): -6724973 or 9659033. OLE color: 9659033.
HSL color Cylindrical-coordinate representation of color #996293: hue angle of 306.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996293 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 147 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.4 |
| HSL | 306.55º | 0.22% | 0.49% | - |
| HSV(B) | 306.55º | 0.36% | 0.6% | - |
| XYZ | 22.77 | 17.61 | 29.8 | - |
| YUV | 120.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 147 | 0 | 0.36 | 0.04 | 0.4 | 306.55 | 0.22 | 0.49 |
| Hex | 99 | 62 | 93 | 0 | 24 | 4 | 28 | 133 | 16 | 31 |
| Octal | 231 | 142 | 223 | 0 | 44 | 4 | 50 | 463 | 26 | 61 |
| Binary | 10011001 | 1100010 | 10010011 | 0 | 100100 | 100 | 101000 | 100110011 | 10110 | 110001 |
Color Harmonies of #996293
Complementary color
Monochromatic Colors of #996293
Black with #996293
Text Example
Text Example
White with #996293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996293; }
p { color: rgb(153,98,147); }
H1.HeaderClassName
{
color: #996293;
}
.AnyTagClassName
{
color: #996293;
}
</style>
background-color css
<style>
a { background-color: #996293; }
a { background-color: rgb(153,98,147); }
div.DivClassName
{
background-color: #996293;
}
.BgClassName
{
background-color: #996293;
}
</style>
border-color css
<style>
span { border-color: #996293; }
span { border-color: rgb(153,98,147); }
td.TdClassName
{
border-color: #996293;
}
.TagClassName
{
border-color: #996293;
}
</style>