Shades of Violet Blue #985A8D
Tints of Violet Blue #985A8D
RGB
CMYK
RGB Variations
Color information
#985A8D (or 0x985A8D) is known color: Violet Blue. HEX triplet: 98, 5A and 8D. RGB value is (152,90,141). Sum of RGB (Red+Green+Blue) = 152+90+141=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A8D is #67A572. Grayscale: #727272. Windows color (decimal): -6792563 or 9263768. OLE color: 9263768.
HSL color Cylindrical-coordinate representation of color #985A8D: hue angle of 310.65º 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 #985A8D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 141 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.40 |
| HSL | 310.65º | 0.26% | 0.47% | - |
| HSV(B) | 310.65º | 0.41% | 0.6% | - |
| XYZ | 21.41 | 15.91 | 27.14 | - |
| YUV | 114.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 141 | 0 | 0.41 | 0.07 | 0.40 | 310.65 | 0.26 | 0.47 |
| Hex | 98 | 5A | 8D | 0 | 29 | 7 | 28 | 137 | 1A | 2F |
| Octal | 230 | 132 | 215 | 0 | 51 | 7 | 50 | 467 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10001101 | 0 | 101001 | 111 | 101000 | 100110111 | 11010 | 101111 |
Color Harmonies of #985A8D
Complementary color
Monochromatic Colors of #985A8D
Black with #985A8D
Text Example
Text Example
White with #985A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A8D; }
p { color: rgb(152,90,141); }
H1.HeaderClassName
{
color: #985A8D;
}
.AnyTagClassName
{
color: #985A8D;
}
</style>
background-color css
<style>
a { background-color: #985A8D; }
a { background-color: rgb(152,90,141); }
div.DivClassName
{
background-color: #985A8D;
}
.BgClassName
{
background-color: #985A8D;
}
</style>
border-color css
<style>
span { border-color: #985A8D; }
span { border-color: rgb(152,90,141); }
td.TdClassName
{
border-color: #985A8D;
}
.TagClassName
{
border-color: #985A8D;
}
</style>