Shades of Violet Blue #985B8E
Tints of Violet Blue #985B8E
RGB
CMYK
RGB Variations
Color information
#985B8E (or 0x985B8E) is known color: Violet Blue. HEX triplet: 98, 5B and 8E. RGB value is (152,91,142). Sum of RGB (Red+Green+Blue) = 152+91+142=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B8E is #67A471. Grayscale: #727272. Windows color (decimal): -6792306 or 9329560. OLE color: 9329560.
HSL color Cylindrical-coordinate representation of color #985B8E: hue angle of 309.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B8E is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 142 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.40 |
| HSL | 309.84º | 0.25% | 0.48% | - |
| HSV(B) | 309.84º | 0.4% | 0.6% | - |
| XYZ | 21.57 | 16.11 | 27.56 | - |
| YUV | 115.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 142 | 0 | 0.40 | 0.07 | 0.40 | 309.84 | 0.25 | 0.48 |
| Hex | 98 | 5B | 8E | 0 | 28 | 7 | 28 | 136 | 19 | 30 |
| Octal | 230 | 133 | 216 | 0 | 50 | 7 | 50 | 466 | 31 | 60 |
| Binary | 10011000 | 1011011 | 10001110 | 0 | 101000 | 111 | 101000 | 100110110 | 11001 | 110000 |
Color Harmonies of #985B8E
Complementary color
Monochromatic Colors of #985B8E
Black with #985B8E
Text Example
Text Example
White with #985B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B8E; }
p { color: rgb(152,91,142); }
H1.HeaderClassName
{
color: #985B8E;
}
.AnyTagClassName
{
color: #985B8E;
}
</style>
background-color css
<style>
a { background-color: #985B8E; }
a { background-color: rgb(152,91,142); }
div.DivClassName
{
background-color: #985B8E;
}
.BgClassName
{
background-color: #985B8E;
}
</style>
border-color css
<style>
span { border-color: #985B8E; }
span { border-color: rgb(152,91,142); }
td.TdClassName
{
border-color: #985B8E;
}
.TagClassName
{
border-color: #985B8E;
}
</style>