Shades of Violet Blue #985690
Tints of Violet Blue #985690
RGB
CMYK
RGB Variations
Color information
#985690 (or 0x985690) is known color: Violet Blue. HEX triplet: 98, 56 and 90. RGB value is (152,86,144). Sum of RGB (Red+Green+Blue) = 152+86+144=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #985690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985690 is #67A96F. Grayscale: #707070. Windows color (decimal): -6793584 or 9459352. OLE color: 9459352.
HSL color Cylindrical-coordinate representation of color #985690: hue angle of 307.27º degrees, saturation: 0.28, 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 #985690 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 144 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.40 |
| HSL | 307.27º | 0.28% | 0.47% | - |
| HSV(B) | 307.27º | 0.43% | 0.6% | - |
| XYZ | 21.31 | 15.34 | 28.22 | - |
| YUV | 112.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 144 | 0 | 0.43 | 0.05 | 0.40 | 307.27 | 0.28 | 0.47 |
| Hex | 98 | 56 | 90 | 0 | 2B | 5 | 28 | 133 | 1C | 2F |
| Octal | 230 | 126 | 220 | 0 | 53 | 5 | 50 | 463 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10010000 | 0 | 101011 | 101 | 101000 | 100110011 | 11100 | 101111 |
Color Harmonies of #985690
Complementary color
Monochromatic Colors of #985690
Black with #985690
Text Example
Text Example
White with #985690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985690; }
p { color: rgb(152,86,144); }
H1.HeaderClassName
{
color: #985690;
}
.AnyTagClassName
{
color: #985690;
}
</style>
background-color css
<style>
a { background-color: #985690; }
a { background-color: rgb(152,86,144); }
div.DivClassName
{
background-color: #985690;
}
.BgClassName
{
background-color: #985690;
}
</style>
border-color css
<style>
span { border-color: #985690; }
span { border-color: rgb(152,86,144); }
td.TdClassName
{
border-color: #985690;
}
.TagClassName
{
border-color: #985690;
}
</style>