Shades of Violet Blue #996993
Tints of Violet Blue #996993
RGB
CMYK
RGB Variations
Color information
#996993 (or 0x996993) is known color: Violet Blue. HEX triplet: 99, 69 and 93. RGB value is (153,105,147). Sum of RGB (Red+Green+Blue) = 153+105+147=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996993 is #66966C. Grayscale: #7C7C7C. Windows color (decimal): -6723181 or 9660825. OLE color: 9660825.
HSL color Cylindrical-coordinate representation of color #996993: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996993 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 147 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.4 |
| HSL | 307.5º | 0.19% | 0.51% | - |
| HSV(B) | 307.5º | 0.31% | 0.6% | - |
| XYZ | 23.45 | 18.98 | 30.03 | - |
| YUV | 124.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 147 | 0 | 0.31 | 0.04 | 0.4 | 307.5 | 0.19 | 0.51 |
| Hex | 99 | 69 | 93 | 0 | 1F | 4 | 28 | 134 | 13 | 33 |
| Octal | 231 | 151 | 223 | 0 | 37 | 4 | 50 | 464 | 23 | 63 |
| Binary | 10011001 | 1101001 | 10010011 | 0 | 11111 | 100 | 101000 | 100110100 | 10011 | 110011 |
Color Harmonies of #996993
Complementary color
Monochromatic Colors of #996993
Black with #996993
Text Example
Text Example
White with #996993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996993; }
p { color: rgb(153,105,147); }
H1.HeaderClassName
{
color: #996993;
}
.AnyTagClassName
{
color: #996993;
}
</style>
background-color css
<style>
a { background-color: #996993; }
a { background-color: rgb(153,105,147); }
div.DivClassName
{
background-color: #996993;
}
.BgClassName
{
background-color: #996993;
}
</style>
border-color css
<style>
span { border-color: #996993; }
span { border-color: rgb(153,105,147); }
td.TdClassName
{
border-color: #996993;
}
.TagClassName
{
border-color: #996993;
}
</style>