Shades of Violet Blue #996890
Tints of Violet Blue #996890
RGB
CMYK
RGB Variations
Color information
#996890 (or 0x996890) is known color: Violet Blue. HEX triplet: 99, 68 and 90. RGB value is (153,104,144). Sum of RGB (Red+Green+Blue) = 153+104+144=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996890 is #66976F. Grayscale: #7B7B7B. Windows color (decimal): -6723440 or 9463961. OLE color: 9463961.
HSL color Cylindrical-coordinate representation of color #996890: hue angle of 311.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996890 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 144 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.4 |
| HSL | 311.02º | 0.19% | 0.5% | - |
| HSV(B) | 311.02º | 0.32% | 0.6% | - |
| XYZ | 23.12 | 18.69 | 28.77 | - |
| YUV | 123.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 144 | 0 | 0.32 | 0.06 | 0.4 | 311.02 | 0.19 | 0.5 |
| Hex | 99 | 68 | 90 | 0 | 20 | 6 | 28 | 137 | 13 | 32 |
| Octal | 231 | 150 | 220 | 0 | 40 | 6 | 50 | 467 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10010000 | 0 | 100000 | 110 | 101000 | 100110111 | 10011 | 110010 |
Color Harmonies of #996890
Complementary color
Monochromatic Colors of #996890
Black with #996890
Text Example
Text Example
White with #996890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996890; }
p { color: rgb(153,104,144); }
H1.HeaderClassName
{
color: #996890;
}
.AnyTagClassName
{
color: #996890;
}
</style>
background-color css
<style>
a { background-color: #996890; }
a { background-color: rgb(153,104,144); }
div.DivClassName
{
background-color: #996890;
}
.BgClassName
{
background-color: #996890;
}
</style>
border-color css
<style>
span { border-color: #996890; }
span { border-color: rgb(153,104,144); }
td.TdClassName
{
border-color: #996890;
}
.TagClassName
{
border-color: #996890;
}
</style>