Shades of Dark Violet #890FBF
Tints of Dark Violet #890FBF
RGB
CMYK
RGB Variations
Color information
#890FBF (or 0x890FBF) is known color: Dark Violet. HEX triplet: 89, 0F and BF. RGB value is (137,15,191). Sum of RGB (Red+Green+Blue) = 137+15+191=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #890FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FBF is #76F040. Grayscale: #464646. Windows color (decimal): -7794753 or 12521353. OLE color: 12521353.
HSL color Cylindrical-coordinate representation of color #890FBF: hue angle of 281.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FBF is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 15 | 191 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.25 |
| HSL | 281.59º | 0.85% | 0.4% | - |
| HSV(B) | 281.59º | 0.92% | 0.75% | - |
| XYZ | 19.89 | 9.42 | 50.06 | - |
| YUV | 71.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 191 | 0.28 | 0.92 | 0 | 0.25 | 281.59 | 0.85 | 0.4 |
| Hex | 89 | F | BF | 1C | 5C | 0 | 19 | 11A | 55 | 28 |
| Octal | 211 | 17 | 277 | 34 | 134 | 0 | 31 | 432 | 125 | 50 |
| Binary | 10001001 | 1111 | 10111111 | 11100 | 1011100 | 0 | 11001 | 100011010 | 1010101 | 101000 |
Color Harmonies of #890FBF
Complementary color
Monochromatic Colors of #890FBF
Black with #890FBF
Text Example
Text Example
White with #890FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FBF; }
p { color: rgb(137,15,191); }
H1.HeaderClassName
{
color: #890FBF;
}
.AnyTagClassName
{
color: #890FBF;
}
</style>
background-color css
<style>
a { background-color: #890FBF; }
a { background-color: rgb(137,15,191); }
div.DivClassName
{
background-color: #890FBF;
}
.BgClassName
{
background-color: #890FBF;
}
</style>
border-color css
<style>
span { border-color: #890FBF; }
span { border-color: rgb(137,15,191); }
td.TdClassName
{
border-color: #890FBF;
}
.TagClassName
{
border-color: #890FBF;
}
</style>