Shades of Violet Blue #985791
Tints of Violet Blue #985791
RGB
CMYK
RGB Variations
Color information
#985791 (or 0x985791) is known color: Violet Blue. HEX triplet: 98, 57 and 91. RGB value is (152,87,145). Sum of RGB (Red+Green+Blue) = 152+87+145=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985791 is #67A86E. Grayscale: #707070. Windows color (decimal): -6793327 or 9525144. OLE color: 9525144.
HSL color Cylindrical-coordinate representation of color #985791: hue angle of 306.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985791 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 145 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.40 |
| HSL | 306.46º | 0.27% | 0.47% | - |
| HSV(B) | 306.46º | 0.43% | 0.6% | - |
| XYZ | 21.47 | 15.54 | 28.66 | - |
| YUV | 113.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 145 | 0 | 0.43 | 0.05 | 0.40 | 306.46 | 0.27 | 0.47 |
| Hex | 98 | 57 | 91 | 0 | 2B | 5 | 28 | 132 | 1B | 2F |
| Octal | 230 | 127 | 221 | 0 | 53 | 5 | 50 | 462 | 33 | 57 |
| Binary | 10011000 | 1010111 | 10010001 | 0 | 101011 | 101 | 101000 | 100110010 | 11011 | 101111 |
Color Harmonies of #985791
Complementary color
Monochromatic Colors of #985791
Black with #985791
Text Example
Text Example
White with #985791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985791; }
p { color: rgb(152,87,145); }
H1.HeaderClassName
{
color: #985791;
}
.AnyTagClassName
{
color: #985791;
}
</style>
background-color css
<style>
a { background-color: #985791; }
a { background-color: rgb(152,87,145); }
div.DivClassName
{
background-color: #985791;
}
.BgClassName
{
background-color: #985791;
}
</style>
border-color css
<style>
span { border-color: #985791; }
span { border-color: rgb(152,87,145); }
td.TdClassName
{
border-color: #985791;
}
.TagClassName
{
border-color: #985791;
}
</style>