Shades of Dark Violet #8904BC
Tints of Dark Violet #8904BC
RGB
CMYK
RGB Variations
Color information
#8904BC (or 0x8904BC) is known color: Dark Violet. HEX triplet: 89, 04 and BC. RGB value is (137,4,188). Sum of RGB (Red+Green+Blue) = 137+4+188=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #8904BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904BC is #76FB43. Grayscale: #404040. Windows color (decimal): -7797572 or 12321929. OLE color: 12321929.
HSL color Cylindrical-coordinate representation of color #8904BC: hue angle of 283.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904BC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 4 | 188 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.26 |
| HSL | 283.37º | 0.96% | 0.38% | - |
| HSV(B) | 283.37º | 0.98% | 0.74% | - |
| XYZ | 19.44 | 9.04 | 48.3 | - |
| YUV | 64.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 188 | 0.27 | 0.98 | 0 | 0.26 | 283.37 | 0.96 | 0.38 |
| Hex | 89 | 4 | BC | 1B | 62 | 0 | 1A | 11B | 60 | 26 |
| Octal | 211 | 4 | 274 | 33 | 142 | 0 | 32 | 433 | 140 | 46 |
| Binary | 10001001 | 100 | 10111100 | 11011 | 1100010 | 0 | 11010 | 100011011 | 1100000 | 100110 |
Color Harmonies of #8904BC
Complementary color
Monochromatic Colors of #8904BC
Black with #8904BC
Text Example
Text Example
White with #8904BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904BC; }
p { color: rgb(137,4,188); }
H1.HeaderClassName
{
color: #8904BC;
}
.AnyTagClassName
{
color: #8904BC;
}
</style>
background-color css
<style>
a { background-color: #8904BC; }
a { background-color: rgb(137,4,188); }
div.DivClassName
{
background-color: #8904BC;
}
.BgClassName
{
background-color: #8904BC;
}
</style>
border-color css
<style>
span { border-color: #8904BC; }
span { border-color: rgb(137,4,188); }
td.TdClassName
{
border-color: #8904BC;
}
.TagClassName
{
border-color: #8904BC;
}
</style>