Shades of Violet Blue #985A9D
Tints of Violet Blue #985A9D
RGB
CMYK
RGB Variations
Color information
#985A9D (or 0x985A9D) is known color: Violet Blue. HEX triplet: 98, 5A and 9D. RGB value is (152,90,157). Sum of RGB (Red+Green+Blue) = 152+90+157=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #985A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A9D is #67A562. Grayscale: #737373. Windows color (decimal): -6792547 or 10312344. OLE color: 10312344.
HSL color Cylindrical-coordinate representation of color #985A9D: hue angle of 295.52º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985A9D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 90 | 157 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.38 |
| HSL | 295.52º | 0.27% | 0.48% | - |
| HSV(B) | 295.52º | 0.43% | 0.62% | - |
| XYZ | 22.69 | 16.42 | 33.87 | - |
| YUV | 116.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 157 | 0.03 | 0.43 | 0 | 0.38 | 295.52 | 0.27 | 0.48 |
| Hex | 98 | 5A | 9D | 3 | 2B | 0 | 26 | 128 | 1B | 30 |
| Octal | 230 | 132 | 235 | 3 | 53 | 0 | 46 | 450 | 33 | 60 |
| Binary | 10011000 | 1011010 | 10011101 | 11 | 101011 | 0 | 100110 | 100101000 | 11011 | 110000 |
Color Harmonies of #985A9D
Complementary color
Monochromatic Colors of #985A9D
Black with #985A9D
Text Example
Text Example
White with #985A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A9D; }
p { color: rgb(152,90,157); }
H1.HeaderClassName
{
color: #985A9D;
}
.AnyTagClassName
{
color: #985A9D;
}
</style>
background-color css
<style>
a { background-color: #985A9D; }
a { background-color: rgb(152,90,157); }
div.DivClassName
{
background-color: #985A9D;
}
.BgClassName
{
background-color: #985A9D;
}
</style>
border-color css
<style>
span { border-color: #985A9D; }
span { border-color: rgb(152,90,157); }
td.TdClassName
{
border-color: #985A9D;
}
.TagClassName
{
border-color: #985A9D;
}
</style>