Shades of Violet Blue #985495
Tints of Violet Blue #985495
RGB
CMYK
RGB Variations
Color information
#985495 (or 0x985495) is known color: Violet Blue. HEX triplet: 98, 54 and 95. RGB value is (152,84,149). Sum of RGB (Red+Green+Blue) = 152+84+149=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985495 is #67AB6A. Grayscale: #6F6F6F. Windows color (decimal): -6794091 or 9786520. OLE color: 9786520.
HSL color Cylindrical-coordinate representation of color #985495: hue angle of 302.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985495 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 149 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.40 |
| HSL | 302.65º | 0.29% | 0.46% | - |
| HSV(B) | 302.65º | 0.45% | 0.6% | - |
| XYZ | 21.54 | 15.19 | 30.23 | - |
| YUV | 111.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 149 | 0 | 0.45 | 0.02 | 0.40 | 302.65 | 0.29 | 0.46 |
| Hex | 98 | 54 | 95 | 0 | 2D | 2 | 28 | 12F | 1D | 2E |
| Octal | 230 | 124 | 225 | 0 | 55 | 2 | 50 | 457 | 35 | 56 |
| Binary | 10011000 | 1010100 | 10010101 | 0 | 101101 | 10 | 101000 | 100101111 | 11101 | 101110 |
Color Harmonies of #985495
Complementary color
Monochromatic Colors of #985495
Black with #985495
Text Example
Text Example
White with #985495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985495; }
p { color: rgb(152,84,149); }
H1.HeaderClassName
{
color: #985495;
}
.AnyTagClassName
{
color: #985495;
}
</style>
background-color css
<style>
a { background-color: #985495; }
a { background-color: rgb(152,84,149); }
div.DivClassName
{
background-color: #985495;
}
.BgClassName
{
background-color: #985495;
}
</style>
border-color css
<style>
span { border-color: #985495; }
span { border-color: rgb(152,84,149); }
td.TdClassName
{
border-color: #985495;
}
.TagClassName
{
border-color: #985495;
}
</style>