Shades of Violet Blue #985992
Tints of Violet Blue #985992
RGB
CMYK
RGB Variations
Color information
#985992 (or 0x985992) is known color: Violet Blue. HEX triplet: 98, 59 and 92. RGB value is (152,89,146). Sum of RGB (Red+Green+Blue) = 152+89+146=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #985992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985992 is #67A66D. Grayscale: #727272. Windows color (decimal): -6792814 or 9591192. OLE color: 9591192.
HSL color Cylindrical-coordinate representation of color #985992: hue angle of 305.71º 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 #985992 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 146 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.40 |
| HSL | 305.71º | 0.26% | 0.47% | - |
| HSV(B) | 305.71º | 0.41% | 0.6% | - |
| XYZ | 21.71 | 15.9 | 29.12 | - |
| YUV | 114.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 146 | 0 | 0.41 | 0.04 | 0.40 | 305.71 | 0.26 | 0.47 |
| Hex | 98 | 59 | 92 | 0 | 29 | 4 | 28 | 132 | 1A | 2F |
| Octal | 230 | 131 | 222 | 0 | 51 | 4 | 50 | 462 | 32 | 57 |
| Binary | 10011000 | 1011001 | 10010010 | 0 | 101001 | 100 | 101000 | 100110010 | 11010 | 101111 |
Color Harmonies of #985992
Complementary color
Monochromatic Colors of #985992
Black with #985992
Text Example
Text Example
White with #985992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985992; }
p { color: rgb(152,89,146); }
H1.HeaderClassName
{
color: #985992;
}
.AnyTagClassName
{
color: #985992;
}
</style>
background-color css
<style>
a { background-color: #985992; }
a { background-color: rgb(152,89,146); }
div.DivClassName
{
background-color: #985992;
}
.BgClassName
{
background-color: #985992;
}
</style>
border-color css
<style>
span { border-color: #985992; }
span { border-color: rgb(152,89,146); }
td.TdClassName
{
border-color: #985992;
}
.TagClassName
{
border-color: #985992;
}
</style>