Shades of Violet Blue #985E90
Tints of Violet Blue #985E90
RGB
CMYK
RGB Variations
Color information
#985E90 (or 0x985E90) is known color: Violet Blue. HEX triplet: 98, 5E and 90. RGB value is (152,94,144). Sum of RGB (Red+Green+Blue) = 152+94+144=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E90 is #67A16F. Grayscale: #747474. Windows color (decimal): -6791536 or 9461400. OLE color: 9461400.
HSL color Cylindrical-coordinate representation of color #985E90: hue angle of 308.28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E90 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 144 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.40 |
| HSL | 308.28º | 0.24% | 0.48% | - |
| HSV(B) | 308.28º | 0.38% | 0.6% | - |
| XYZ | 21.99 | 16.69 | 28.45 | - |
| YUV | 117.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 144 | 0 | 0.38 | 0.05 | 0.40 | 308.28 | 0.24 | 0.48 |
| Hex | 98 | 5E | 90 | 0 | 26 | 5 | 28 | 134 | 18 | 30 |
| Octal | 230 | 136 | 220 | 0 | 46 | 5 | 50 | 464 | 30 | 60 |
| Binary | 10011000 | 1011110 | 10010000 | 0 | 100110 | 101 | 101000 | 100110100 | 11000 | 110000 |
Color Harmonies of #985E90
Complementary color
Monochromatic Colors of #985E90
Black with #985E90
Text Example
Text Example
White with #985E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E90; }
p { color: rgb(152,94,144); }
H1.HeaderClassName
{
color: #985E90;
}
.AnyTagClassName
{
color: #985E90;
}
</style>
background-color css
<style>
a { background-color: #985E90; }
a { background-color: rgb(152,94,144); }
div.DivClassName
{
background-color: #985E90;
}
.BgClassName
{
background-color: #985E90;
}
</style>
border-color css
<style>
span { border-color: #985E90; }
span { border-color: rgb(152,94,144); }
td.TdClassName
{
border-color: #985E90;
}
.TagClassName
{
border-color: #985E90;
}
</style>