Shades of Violet Blue #996693
Tints of Violet Blue #996693
RGB
CMYK
RGB Variations
Color information
#996693 (or 0x996693) is known color: Violet Blue. HEX triplet: 99, 66 and 93. RGB value is (153,102,147). Sum of RGB (Red+Green+Blue) = 153+102+147=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996693 is #66996C. Grayscale: #7A7A7A. Windows color (decimal): -6723949 or 9660057. OLE color: 9660057.
HSL color Cylindrical-coordinate representation of color #996693: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996693 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 147 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.4 |
| HSL | 307.06º | 0.2% | 0.5% | - |
| HSV(B) | 307.06º | 0.33% | 0.6% | - |
| XYZ | 23.15 | 18.38 | 29.93 | - |
| YUV | 122.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 147 | 0 | 0.33 | 0.04 | 0.4 | 307.06 | 0.2 | 0.5 |
| Hex | 99 | 66 | 93 | 0 | 21 | 4 | 28 | 133 | 14 | 32 |
| Octal | 231 | 146 | 223 | 0 | 41 | 4 | 50 | 463 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10010011 | 0 | 100001 | 100 | 101000 | 100110011 | 10100 | 110010 |
Color Harmonies of #996693
Complementary color
Monochromatic Colors of #996693
Black with #996693
Text Example
Text Example
White with #996693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996693; }
p { color: rgb(153,102,147); }
H1.HeaderClassName
{
color: #996693;
}
.AnyTagClassName
{
color: #996693;
}
</style>
background-color css
<style>
a { background-color: #996693; }
a { background-color: rgb(153,102,147); }
div.DivClassName
{
background-color: #996693;
}
.BgClassName
{
background-color: #996693;
}
</style>
border-color css
<style>
span { border-color: #996693; }
span { border-color: rgb(153,102,147); }
td.TdClassName
{
border-color: #996693;
}
.TagClassName
{
border-color: #996693;
}
</style>