Shades of Violet Blue #985990
Tints of Violet Blue #985990
RGB
CMYK
RGB Variations
Color information
#985990 (or 0x985990) is known color: Violet Blue. HEX triplet: 98, 59 and 90. RGB value is (152,89,144). Sum of RGB (Red+Green+Blue) = 152+89+144=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985990 is #67A66F. Grayscale: #717171. Windows color (decimal): -6792816 or 9460120. OLE color: 9460120.
HSL color Cylindrical-coordinate representation of color #985990: hue angle of 307.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985990 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 144 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.40 |
| HSL | 307.62º | 0.26% | 0.47% | - |
| HSV(B) | 307.62º | 0.41% | 0.6% | - |
| XYZ | 21.56 | 15.83 | 28.31 | - |
| YUV | 114.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 144 | 0 | 0.41 | 0.05 | 0.40 | 307.62 | 0.26 | 0.47 |
| Hex | 98 | 59 | 90 | 0 | 29 | 5 | 28 | 134 | 1A | 2F |
| Octal | 230 | 131 | 220 | 0 | 51 | 5 | 50 | 464 | 32 | 57 |
| Binary | 10011000 | 1011001 | 10010000 | 0 | 101001 | 101 | 101000 | 100110100 | 11010 | 101111 |
Color Harmonies of #985990
Complementary color
Monochromatic Colors of #985990
Black with #985990
Text Example
Text Example
White with #985990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985990; }
p { color: rgb(152,89,144); }
H1.HeaderClassName
{
color: #985990;
}
.AnyTagClassName
{
color: #985990;
}
</style>
background-color css
<style>
a { background-color: #985990; }
a { background-color: rgb(152,89,144); }
div.DivClassName
{
background-color: #985990;
}
.BgClassName
{
background-color: #985990;
}
</style>
border-color css
<style>
span { border-color: #985990; }
span { border-color: rgb(152,89,144); }
td.TdClassName
{
border-color: #985990;
}
.TagClassName
{
border-color: #985990;
}
</style>