Shades of Violet Blue #985B8F
Tints of Violet Blue #985B8F
RGB
CMYK
RGB Variations
Color information
#985B8F (or 0x985B8F) is known color: Violet Blue. HEX triplet: 98, 5B and 8F. RGB value is (152,91,143). Sum of RGB (Red+Green+Blue) = 152+91+143=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B8F is #67A470. Grayscale: #737373. Windows color (decimal): -6792305 or 9395096. OLE color: 9395096.
HSL color Cylindrical-coordinate representation of color #985B8F: hue angle of 308.85º 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 #985B8F is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 143 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.40 |
| HSL | 308.85º | 0.25% | 0.48% | - |
| HSV(B) | 308.85º | 0.4% | 0.6% | - |
| XYZ | 21.65 | 16.14 | 27.96 | - |
| YUV | 115.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 143 | 0 | 0.40 | 0.06 | 0.40 | 308.85 | 0.25 | 0.48 |
| Hex | 98 | 5B | 8F | 0 | 28 | 6 | 28 | 135 | 19 | 30 |
| Octal | 230 | 133 | 217 | 0 | 50 | 6 | 50 | 465 | 31 | 60 |
| Binary | 10011000 | 1011011 | 10001111 | 0 | 101000 | 110 | 101000 | 100110101 | 11001 | 110000 |
Color Harmonies of #985B8F
Complementary color
Monochromatic Colors of #985B8F
Black with #985B8F
Text Example
Text Example
White with #985B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B8F; }
p { color: rgb(152,91,143); }
H1.HeaderClassName
{
color: #985B8F;
}
.AnyTagClassName
{
color: #985B8F;
}
</style>
background-color css
<style>
a { background-color: #985B8F; }
a { background-color: rgb(152,91,143); }
div.DivClassName
{
background-color: #985B8F;
}
.BgClassName
{
background-color: #985B8F;
}
</style>
border-color css
<style>
span { border-color: #985B8F; }
span { border-color: rgb(152,91,143); }
td.TdClassName
{
border-color: #985B8F;
}
.TagClassName
{
border-color: #985B8F;
}
</style>