Shades of Violet Blue #996490
Tints of Violet Blue #996490
RGB
CMYK
RGB Variations
Color information
#996490 (or 0x996490) is known color: Violet Blue. HEX triplet: 99, 64 and 90. RGB value is (153,100,144). Sum of RGB (Red+Green+Blue) = 153+100+144=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996490 is #669B6F. Grayscale: #787878. Windows color (decimal): -6724464 or 9462937. OLE color: 9462937.
HSL color Cylindrical-coordinate representation of color #996490: hue angle of 310.19º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996490 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 144 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.4 |
| HSL | 310.19º | 0.21% | 0.5% | - |
| HSV(B) | 310.19º | 0.35% | 0.6% | - |
| XYZ | 22.73 | 17.9 | 28.64 | - |
| YUV | 120.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 144 | 0 | 0.35 | 0.06 | 0.4 | 310.19 | 0.21 | 0.5 |
| Hex | 99 | 64 | 90 | 0 | 23 | 6 | 28 | 136 | 15 | 32 |
| Octal | 231 | 144 | 220 | 0 | 43 | 6 | 50 | 466 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10010000 | 0 | 100011 | 110 | 101000 | 100110110 | 10101 | 110010 |
Color Harmonies of #996490
Complementary color
Monochromatic Colors of #996490
Black with #996490
Text Example
Text Example
White with #996490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996490; }
p { color: rgb(153,100,144); }
H1.HeaderClassName
{
color: #996490;
}
.AnyTagClassName
{
color: #996490;
}
</style>
background-color css
<style>
a { background-color: #996490; }
a { background-color: rgb(153,100,144); }
div.DivClassName
{
background-color: #996490;
}
.BgClassName
{
background-color: #996490;
}
</style>
border-color css
<style>
span { border-color: #996490; }
span { border-color: rgb(153,100,144); }
td.TdClassName
{
border-color: #996490;
}
.TagClassName
{
border-color: #996490;
}
</style>