Shades of Violet Blue #985A8E
Tints of Violet Blue #985A8E
RGB
CMYK
RGB Variations
Color information
#985A8E (or 0x985A8E) is known color: Violet Blue. HEX triplet: 98, 5A and 8E. RGB value is (152,90,142). Sum of RGB (Red+Green+Blue) = 152+90+142=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A8E is #67A571. Grayscale: #727272. Windows color (decimal): -6792562 or 9329304. OLE color: 9329304.
HSL color Cylindrical-coordinate representation of color #985A8E: hue angle of 309.68º 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 #985A8E is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 142 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.40 |
| HSL | 309.68º | 0.26% | 0.47% | - |
| HSV(B) | 309.68º | 0.41% | 0.6% | - |
| XYZ | 21.49 | 15.94 | 27.54 | - |
| YUV | 114.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 142 | 0 | 0.41 | 0.07 | 0.40 | 309.68 | 0.26 | 0.47 |
| Hex | 98 | 5A | 8E | 0 | 29 | 7 | 28 | 136 | 1A | 2F |
| Octal | 230 | 132 | 216 | 0 | 51 | 7 | 50 | 466 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10001110 | 0 | 101001 | 111 | 101000 | 100110110 | 11010 | 101111 |
Color Harmonies of #985A8E
Complementary color
Monochromatic Colors of #985A8E
Black with #985A8E
Text Example
Text Example
White with #985A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A8E; }
p { color: rgb(152,90,142); }
H1.HeaderClassName
{
color: #985A8E;
}
.AnyTagClassName
{
color: #985A8E;
}
</style>
background-color css
<style>
a { background-color: #985A8E; }
a { background-color: rgb(152,90,142); }
div.DivClassName
{
background-color: #985A8E;
}
.BgClassName
{
background-color: #985A8E;
}
</style>
border-color css
<style>
span { border-color: #985A8E; }
span { border-color: rgb(152,90,142); }
td.TdClassName
{
border-color: #985A8E;
}
.TagClassName
{
border-color: #985A8E;
}
</style>