Shades of Dark Violet #8900BF
Tints of Dark Violet #8900BF
RGB
CMYK
RGB Variations
Color information
#8900BF (or 0x8900BF) is known color: Dark Violet. HEX triplet: 89, 00 and BF. RGB value is (137,0,191). Sum of RGB (Red+Green+Blue) = 137+0+191=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #8900BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900BF is #76FF40. Grayscale: #3E3E3E. Windows color (decimal): -7798593 or 12517513. OLE color: 12517513.
HSL color Cylindrical-coordinate representation of color #8900BF: hue angle of 283.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900BF is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 0 | 191 | - |
| CMYK | 0.28 | 1 | 0 | 0.25 |
| HSL | 283.04º | 1% | 0.37% | - |
| HSV(B) | 283.04º | 1% | 0.75% | - |
| XYZ | 19.72 | 9.08 | 50 | - |
| YUV | 62.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 191 | 0.28 | 1 | 0 | 0.25 | 283.04 | 1 | 0.37 |
| Hex | 89 | 0 | BF | 1C | 64 | 0 | 19 | 11B | 64 | 25 |
| Octal | 211 | 0 | 277 | 34 | 144 | 0 | 31 | 433 | 144 | 45 |
| Binary | 10001001 | 0 | 10111111 | 11100 | 1100100 | 0 | 11001 | 100011011 | 1100100 | 100101 |
Color Harmonies of #8900BF
Complementary color
Monochromatic Colors of #8900BF
Black with #8900BF
Text Example
Text Example
White with #8900BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900BF; }
p { color: rgb(137,0,191); }
H1.HeaderClassName
{
color: #8900BF;
}
.AnyTagClassName
{
color: #8900BF;
}
</style>
background-color css
<style>
a { background-color: #8900BF; }
a { background-color: rgb(137,0,191); }
div.DivClassName
{
background-color: #8900BF;
}
.BgClassName
{
background-color: #8900BF;
}
</style>
border-color css
<style>
span { border-color: #8900BF; }
span { border-color: rgb(137,0,191); }
td.TdClassName
{
border-color: #8900BF;
}
.TagClassName
{
border-color: #8900BF;
}
</style>