Shades of Dark Violet #890FB7
Tints of Dark Violet #890FB7
RGB
CMYK
RGB Variations
Color information
#890FB7 (or 0x890FB7) is known color: Dark Violet. HEX triplet: 89, 0F and B7. RGB value is (137,15,183). Sum of RGB (Red+Green+Blue) = 137+15+183=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #890FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FB7 is #76F048. Grayscale: #464646. Windows color (decimal): -7794761 or 11997065. OLE color: 11997065.
HSL color Cylindrical-coordinate representation of color #890FB7: hue angle of 283.57º 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 #890FB7 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 15 | 183 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.28 |
| HSL | 283.57º | 0.85% | 0.39% | - |
| HSV(B) | 283.57º | 0.92% | 0.72% | - |
| XYZ | 19.03 | 9.08 | 45.55 | - |
| YUV | 70.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 183 | 0.25 | 0.92 | 0 | 0.28 | 283.57 | 0.85 | 0.39 |
| Hex | 89 | F | B7 | 19 | 5C | 0 | 1C | 11C | 55 | 27 |
| Octal | 211 | 17 | 267 | 31 | 134 | 0 | 34 | 434 | 125 | 47 |
| Binary | 10001001 | 1111 | 10110111 | 11001 | 1011100 | 0 | 11100 | 100011100 | 1010101 | 100111 |
Color Harmonies of #890FB7
Complementary color
Monochromatic Colors of #890FB7
Black with #890FB7
Text Example
Text Example
White with #890FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FB7; }
p { color: rgb(137,15,183); }
H1.HeaderClassName
{
color: #890FB7;
}
.AnyTagClassName
{
color: #890FB7;
}
</style>
background-color css
<style>
a { background-color: #890FB7; }
a { background-color: rgb(137,15,183); }
div.DivClassName
{
background-color: #890FB7;
}
.BgClassName
{
background-color: #890FB7;
}
</style>
border-color css
<style>
span { border-color: #890FB7; }
span { border-color: rgb(137,15,183); }
td.TdClassName
{
border-color: #890FB7;
}
.TagClassName
{
border-color: #890FB7;
}
</style>