Shades of Violet Blue #996698
Tints of Violet Blue #996698
RGB
CMYK
RGB Variations
Color information
#996698 (or 0x996698) is known color: Violet Blue. HEX triplet: 99, 66 and 98. RGB value is (153,102,152). Sum of RGB (Red+Green+Blue) = 153+102+152=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996698 is #669967. Grayscale: #7A7A7A. Windows color (decimal): -6723944 or 9987737. OLE color: 9987737.
HSL color Cylindrical-coordinate representation of color #996698: hue angle of 301.18º 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 #996698 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 152 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.4 |
| HSL | 301.18º | 0.2% | 0.5% | - |
| HSV(B) | 301.18º | 0.33% | 0.6% | - |
| XYZ | 23.56 | 18.54 | 32.04 | - |
| YUV | 122.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 152 | 0 | 0.33 | 0.01 | 0.4 | 301.18 | 0.2 | 0.5 |
| Hex | 99 | 66 | 98 | 0 | 21 | 1 | 28 | 12D | 14 | 32 |
| Octal | 231 | 146 | 230 | 0 | 41 | 1 | 50 | 455 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10011000 | 0 | 100001 | 1 | 101000 | 100101101 | 10100 | 110010 |
Color Harmonies of #996698
Complementary color
Monochromatic Colors of #996698
Black with #996698
Text Example
Text Example
White with #996698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996698; }
p { color: rgb(153,102,152); }
H1.HeaderClassName
{
color: #996698;
}
.AnyTagClassName
{
color: #996698;
}
</style>
background-color css
<style>
a { background-color: #996698; }
a { background-color: rgb(153,102,152); }
div.DivClassName
{
background-color: #996698;
}
.BgClassName
{
background-color: #996698;
}
</style>
border-color css
<style>
span { border-color: #996698; }
span { border-color: rgb(153,102,152); }
td.TdClassName
{
border-color: #996698;
}
.TagClassName
{
border-color: #996698;
}
</style>