Shades of Violet Blue #985C91
Tints of Violet Blue #985C91
RGB
CMYK
RGB Variations
Color information
#985C91 (or 0x985C91) is known color: Violet Blue. HEX triplet: 98, 5C and 91. RGB value is (152,92,145). Sum of RGB (Red+Green+Blue) = 152+92+145=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #985C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C91 is #67A36E. Grayscale: #737373. Windows color (decimal): -6792047 or 9526424. OLE color: 9526424.
HSL color Cylindrical-coordinate representation of color #985C91: hue angle of 307º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C91 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 145 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.40 |
| HSL | 307º | 0.25% | 0.48% | - |
| HSV(B) | 307º | 0.39% | 0.6% | - |
| XYZ | 21.89 | 16.37 | 28.8 | - |
| YUV | 115.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 145 | 0 | 0.39 | 0.05 | 0.40 | 307 | 0.25 | 0.48 |
| Hex | 98 | 5C | 91 | 0 | 27 | 5 | 28 | 133 | 19 | 30 |
| Octal | 230 | 134 | 221 | 0 | 47 | 5 | 50 | 463 | 31 | 60 |
| Binary | 10011000 | 1011100 | 10010001 | 0 | 100111 | 101 | 101000 | 100110011 | 11001 | 110000 |
Color Harmonies of #985C91
Complementary color
Monochromatic Colors of #985C91
Black with #985C91
Text Example
Text Example
White with #985C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C91; }
p { color: rgb(152,92,145); }
H1.HeaderClassName
{
color: #985C91;
}
.AnyTagClassName
{
color: #985C91;
}
</style>
background-color css
<style>
a { background-color: #985C91; }
a { background-color: rgb(152,92,145); }
div.DivClassName
{
background-color: #985C91;
}
.BgClassName
{
background-color: #985C91;
}
</style>
border-color css
<style>
span { border-color: #985C91; }
span { border-color: rgb(152,92,145); }
td.TdClassName
{
border-color: #985C91;
}
.TagClassName
{
border-color: #985C91;
}
</style>