Shades of Violet Blue #985291
Tints of Violet Blue #985291
RGB
CMYK
RGB Variations
Color information
#985291 (or 0x985291) is known color: Violet Blue. HEX triplet: 98, 52 and 91. RGB value is (152,82,145). Sum of RGB (Red+Green+Blue) = 152+82+145=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #985291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985291 is #67AD6E. Grayscale: #6D6D6D. Windows color (decimal): -6794607 or 9523864. OLE color: 9523864.
HSL color Cylindrical-coordinate representation of color #985291: hue angle of 306º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985291 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 145 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.40 |
| HSL | 306º | 0.3% | 0.46% | - |
| HSV(B) | 306º | 0.46% | 0.6% | - |
| XYZ | 21.08 | 14.75 | 28.53 | - |
| YUV | 110.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 145 | 0 | 0.46 | 0.05 | 0.40 | 306 | 0.3 | 0.46 |
| Hex | 98 | 52 | 91 | 0 | 2E | 5 | 28 | 132 | 1E | 2E |
| Octal | 230 | 122 | 221 | 0 | 56 | 5 | 50 | 462 | 36 | 56 |
| Binary | 10011000 | 1010010 | 10010001 | 0 | 101110 | 101 | 101000 | 100110010 | 11110 | 101110 |
Color Harmonies of #985291
Complementary color
Monochromatic Colors of #985291
Black with #985291
Text Example
Text Example
White with #985291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985291; }
p { color: rgb(152,82,145); }
H1.HeaderClassName
{
color: #985291;
}
.AnyTagClassName
{
color: #985291;
}
</style>
background-color css
<style>
a { background-color: #985291; }
a { background-color: rgb(152,82,145); }
div.DivClassName
{
background-color: #985291;
}
.BgClassName
{
background-color: #985291;
}
</style>
border-color css
<style>
span { border-color: #985291; }
span { border-color: rgb(152,82,145); }
td.TdClassName
{
border-color: #985291;
}
.TagClassName
{
border-color: #985291;
}
</style>