Shades of Dark Violet #890FB8
Tints of Dark Violet #890FB8
RGB
CMYK
RGB Variations
Color information
#890FB8 (or 0x890FB8) is known color: Dark Violet. HEX triplet: 89, 0F and B8. RGB value is (137,15,184). Sum of RGB (Red+Green+Blue) = 137+15+184=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #890FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FB8 is #76F047. Grayscale: #464646. Windows color (decimal): -7794760 or 12062601. OLE color: 12062601.
HSL color Cylindrical-coordinate representation of color #890FB8: hue angle of 283.31º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FB8 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 15 | 184 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.28 |
| HSL | 283.31º | 0.85% | 0.39% | - |
| HSV(B) | 283.31º | 0.92% | 0.72% | - |
| XYZ | 19.14 | 9.12 | 46.1 | - |
| YUV | 70.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 184 | 0.26 | 0.92 | 0 | 0.28 | 283.31 | 0.85 | 0.39 |
| Hex | 89 | F | B8 | 1A | 5C | 0 | 1C | 11B | 55 | 27 |
| Octal | 211 | 17 | 270 | 32 | 134 | 0 | 34 | 433 | 125 | 47 |
| Binary | 10001001 | 1111 | 10111000 | 11010 | 1011100 | 0 | 11100 | 100011011 | 1010101 | 100111 |
Color Harmonies of #890FB8
Complementary color
Monochromatic Colors of #890FB8
Black with #890FB8
Text Example
Text Example
White with #890FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FB8; }
p { color: rgb(137,15,184); }
H1.HeaderClassName
{
color: #890FB8;
}
.AnyTagClassName
{
color: #890FB8;
}
</style>
background-color css
<style>
a { background-color: #890FB8; }
a { background-color: rgb(137,15,184); }
div.DivClassName
{
background-color: #890FB8;
}
.BgClassName
{
background-color: #890FB8;
}
</style>
border-color css
<style>
span { border-color: #890FB8; }
span { border-color: rgb(137,15,184); }
td.TdClassName
{
border-color: #890FB8;
}
.TagClassName
{
border-color: #890FB8;
}
</style>