Shades of Violet Blue #985B8D
Tints of Violet Blue #985B8D
RGB
CMYK
RGB Variations
Color information
#985B8D (or 0x985B8D) is known color: Violet Blue. HEX triplet: 98, 5B and 8D. RGB value is (152,91,141). Sum of RGB (Red+Green+Blue) = 152+91+141=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B8D is #67A472. Grayscale: #727272. Windows color (decimal): -6792307 or 9264024. OLE color: 9264024.
HSL color Cylindrical-coordinate representation of color #985B8D: hue angle of 310.82º 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 #985B8D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 141 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.40 |
| HSL | 310.82º | 0.25% | 0.48% | - |
| HSV(B) | 310.82º | 0.4% | 0.6% | - |
| XYZ | 21.5 | 16.08 | 27.17 | - |
| YUV | 114.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 141 | 0 | 0.40 | 0.07 | 0.40 | 310.82 | 0.25 | 0.48 |
| Hex | 98 | 5B | 8D | 0 | 28 | 7 | 28 | 137 | 19 | 30 |
| Octal | 230 | 133 | 215 | 0 | 50 | 7 | 50 | 467 | 31 | 60 |
| Binary | 10011000 | 1011011 | 10001101 | 0 | 101000 | 111 | 101000 | 100110111 | 11001 | 110000 |
Color Harmonies of #985B8D
Complementary color
Monochromatic Colors of #985B8D
Black with #985B8D
Text Example
Text Example
White with #985B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B8D; }
p { color: rgb(152,91,141); }
H1.HeaderClassName
{
color: #985B8D;
}
.AnyTagClassName
{
color: #985B8D;
}
</style>
background-color css
<style>
a { background-color: #985B8D; }
a { background-color: rgb(152,91,141); }
div.DivClassName
{
background-color: #985B8D;
}
.BgClassName
{
background-color: #985B8D;
}
</style>
border-color css
<style>
span { border-color: #985B8D; }
span { border-color: rgb(152,91,141); }
td.TdClassName
{
border-color: #985B8D;
}
.TagClassName
{
border-color: #985B8D;
}
</style>