Shades of Violet Blue #985A8B
Tints of Violet Blue #985A8B
RGB
CMYK
RGB Variations
Color information
#985A8B (or 0x985A8B) is known color: Violet Blue. HEX triplet: 98, 5A and 8B. RGB value is (152,90,139). Sum of RGB (Red+Green+Blue) = 152+90+139=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A8B is #67A574. Grayscale: #717171. Windows color (decimal): -6792565 or 9132696. OLE color: 9132696.
HSL color Cylindrical-coordinate representation of color #985A8B: hue angle of 312.58º 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 #985A8B is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 139 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.40 |
| HSL | 312.58º | 0.26% | 0.47% | - |
| HSV(B) | 312.58º | 0.41% | 0.6% | - |
| XYZ | 21.27 | 15.85 | 26.37 | - |
| YUV | 114.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 139 | 0 | 0.41 | 0.09 | 0.40 | 312.58 | 0.26 | 0.47 |
| Hex | 98 | 5A | 8B | 0 | 29 | 9 | 28 | 139 | 1A | 2F |
| Octal | 230 | 132 | 213 | 0 | 51 | 11 | 50 | 471 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10001011 | 0 | 101001 | 1001 | 101000 | 100111001 | 11010 | 101111 |
Color Harmonies of #985A8B
Complementary color
Monochromatic Colors of #985A8B
Black with #985A8B
Text Example
Text Example
White with #985A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A8B; }
p { color: rgb(152,90,139); }
H1.HeaderClassName
{
color: #985A8B;
}
.AnyTagClassName
{
color: #985A8B;
}
</style>
background-color css
<style>
a { background-color: #985A8B; }
a { background-color: rgb(152,90,139); }
div.DivClassName
{
background-color: #985A8B;
}
.BgClassName
{
background-color: #985A8B;
}
</style>
border-color css
<style>
span { border-color: #985A8B; }
span { border-color: rgb(152,90,139); }
td.TdClassName
{
border-color: #985A8B;
}
.TagClassName
{
border-color: #985A8B;
}
</style>