Shades of Dark Violet #8904BA
Tints of Dark Violet #8904BA
RGB
CMYK
RGB Variations
Color information
#8904BA (or 0x8904BA) is known color: Dark Violet. HEX triplet: 89, 04 and BA. RGB value is (137,4,186). Sum of RGB (Red+Green+Blue) = 137+4+186=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #8904BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904BA is #76FB45. Grayscale: #3F3F3F. Windows color (decimal): -7797574 or 12190857. OLE color: 12190857.
HSL color Cylindrical-coordinate representation of color #8904BA: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904BA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 4 | 186 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.27 |
| HSL | 283.85º | 0.96% | 0.37% | - |
| HSV(B) | 283.85º | 0.98% | 0.73% | - |
| XYZ | 19.22 | 8.95 | 47.17 | - |
| YUV | 64.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 186 | 0.26 | 0.98 | 0 | 0.27 | 283.85 | 0.96 | 0.37 |
| Hex | 89 | 4 | BA | 1A | 62 | 0 | 1B | 11C | 60 | 25 |
| Octal | 211 | 4 | 272 | 32 | 142 | 0 | 33 | 434 | 140 | 45 |
| Binary | 10001001 | 100 | 10111010 | 11010 | 1100010 | 0 | 11011 | 100011100 | 1100000 | 100101 |
Color Harmonies of #8904BA
Complementary color
Monochromatic Colors of #8904BA
Black with #8904BA
Text Example
Text Example
White with #8904BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904BA; }
p { color: rgb(137,4,186); }
H1.HeaderClassName
{
color: #8904BA;
}
.AnyTagClassName
{
color: #8904BA;
}
</style>
background-color css
<style>
a { background-color: #8904BA; }
a { background-color: rgb(137,4,186); }
div.DivClassName
{
background-color: #8904BA;
}
.BgClassName
{
background-color: #8904BA;
}
</style>
border-color css
<style>
span { border-color: #8904BA; }
span { border-color: rgb(137,4,186); }
td.TdClassName
{
border-color: #8904BA;
}
.TagClassName
{
border-color: #8904BA;
}
</style>