Shades of Violet Blue #985A90
Tints of Violet Blue #985A90
RGB
CMYK
RGB Variations
Color information
#985A90 (or 0x985A90) is known color: Violet Blue. HEX triplet: 98, 5A and 90. RGB value is (152,90,144). Sum of RGB (Red+Green+Blue) = 152+90+144=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A90 is #67A56F. Grayscale: #727272. Windows color (decimal): -6792560 or 9460376. OLE color: 9460376.
HSL color Cylindrical-coordinate representation of color #985A90: hue angle of 307.74º 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 #985A90 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 144 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.40 |
| HSL | 307.74º | 0.26% | 0.47% | - |
| HSV(B) | 307.74º | 0.41% | 0.6% | - |
| XYZ | 21.64 | 16 | 28.33 | - |
| YUV | 114.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 144 | 0 | 0.41 | 0.05 | 0.40 | 307.74 | 0.26 | 0.47 |
| Hex | 98 | 5A | 90 | 0 | 29 | 5 | 28 | 134 | 1A | 2F |
| Octal | 230 | 132 | 220 | 0 | 51 | 5 | 50 | 464 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10010000 | 0 | 101001 | 101 | 101000 | 100110100 | 11010 | 101111 |
Color Harmonies of #985A90
Complementary color
Monochromatic Colors of #985A90
Black with #985A90
Text Example
Text Example
White with #985A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A90; }
p { color: rgb(152,90,144); }
H1.HeaderClassName
{
color: #985A90;
}
.AnyTagClassName
{
color: #985A90;
}
</style>
background-color css
<style>
a { background-color: #985A90; }
a { background-color: rgb(152,90,144); }
div.DivClassName
{
background-color: #985A90;
}
.BgClassName
{
background-color: #985A90;
}
</style>
border-color css
<style>
span { border-color: #985A90; }
span { border-color: rgb(152,90,144); }
td.TdClassName
{
border-color: #985A90;
}
.TagClassName
{
border-color: #985A90;
}
</style>