Shades of Violet Blue #986490
Tints of Violet Blue #986490
RGB
CMYK
RGB Variations
Color information
#986490 (or 0x986490) is known color: Violet Blue. HEX triplet: 98, 64 and 90. RGB value is (152,100,144). Sum of RGB (Red+Green+Blue) = 152+100+144=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #986490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986490 is #679B6F. Grayscale: #787878. Windows color (decimal): -6790000 or 9462936. OLE color: 9462936.
HSL color Cylindrical-coordinate representation of color #986490: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986490 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 144 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.40 |
| HSL | 309.23º | 0.21% | 0.49% | - |
| HSV(B) | 309.23º | 0.34% | 0.6% | - |
| XYZ | 22.54 | 17.8 | 28.63 | - |
| YUV | 120.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 144 | 0 | 0.34 | 0.05 | 0.40 | 309.23 | 0.21 | 0.49 |
| Hex | 98 | 64 | 90 | 0 | 22 | 5 | 28 | 135 | 15 | 31 |
| Octal | 230 | 144 | 220 | 0 | 42 | 5 | 50 | 465 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10010000 | 0 | 100010 | 101 | 101000 | 100110101 | 10101 | 110001 |
Color Harmonies of #986490
Complementary color
Monochromatic Colors of #986490
Black with #986490
Text Example
Text Example
White with #986490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986490; }
p { color: rgb(152,100,144); }
H1.HeaderClassName
{
color: #986490;
}
.AnyTagClassName
{
color: #986490;
}
</style>
background-color css
<style>
a { background-color: #986490; }
a { background-color: rgb(152,100,144); }
div.DivClassName
{
background-color: #986490;
}
.BgClassName
{
background-color: #986490;
}
</style>
border-color css
<style>
span { border-color: #986490; }
span { border-color: rgb(152,100,144); }
td.TdClassName
{
border-color: #986490;
}
.TagClassName
{
border-color: #986490;
}
</style>