Shades of Violet Blue #985891
Tints of Violet Blue #985891
RGB
CMYK
RGB Variations
Color information
#985891 (or 0x985891) is known color: Violet Blue. HEX triplet: 98, 58 and 91. RGB value is (152,88,145). Sum of RGB (Red+Green+Blue) = 152+88+145=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985891 is #67A76E. Grayscale: #717171. Windows color (decimal): -6793071 or 9525400. OLE color: 9525400.
HSL color Cylindrical-coordinate representation of color #985891: hue angle of 306.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985891 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 145 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.40 |
| HSL | 306.56º | 0.27% | 0.47% | - |
| HSV(B) | 306.56º | 0.42% | 0.6% | - |
| XYZ | 21.55 | 15.7 | 28.68 | - |
| YUV | 113.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 145 | 0 | 0.42 | 0.05 | 0.40 | 306.56 | 0.27 | 0.47 |
| Hex | 98 | 58 | 91 | 0 | 2A | 5 | 28 | 133 | 1B | 2F |
| Octal | 230 | 130 | 221 | 0 | 52 | 5 | 50 | 463 | 33 | 57 |
| Binary | 10011000 | 1011000 | 10010001 | 0 | 101010 | 101 | 101000 | 100110011 | 11011 | 101111 |
Color Harmonies of #985891
Complementary color
Monochromatic Colors of #985891
Black with #985891
Text Example
Text Example
White with #985891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985891; }
p { color: rgb(152,88,145); }
H1.HeaderClassName
{
color: #985891;
}
.AnyTagClassName
{
color: #985891;
}
</style>
background-color css
<style>
a { background-color: #985891; }
a { background-color: rgb(152,88,145); }
div.DivClassName
{
background-color: #985891;
}
.BgClassName
{
background-color: #985891;
}
</style>
border-color css
<style>
span { border-color: #985891; }
span { border-color: rgb(152,88,145); }
td.TdClassName
{
border-color: #985891;
}
.TagClassName
{
border-color: #985891;
}
</style>