Shades of Dark Violet #8900BC
Tints of Dark Violet #8900BC
RGB
CMYK
RGB Variations
Color information
#8900BC (or 0x8900BC) is known color: Dark Violet. HEX triplet: 89, 00 and BC. RGB value is (137,0,188). Sum of RGB (Red+Green+Blue) = 137+0+188=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #8900BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900BC is #76FF43. Grayscale: #3D3D3D. Windows color (decimal): -7798596 or 12320905. OLE color: 12320905.
HSL color Cylindrical-coordinate representation of color #8900BC: hue angle of 283.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900BC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 0 | 188 | - |
| CMYK | 0.27 | 1 | 0 | 0.26 |
| HSL | 283.72º | 1% | 0.37% | - |
| HSV(B) | 283.72º | 1% | 0.74% | - |
| XYZ | 19.39 | 8.95 | 48.28 | - |
| YUV | 62.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 188 | 0.27 | 1 | 0 | 0.26 | 283.72 | 1 | 0.37 |
| Hex | 89 | 0 | BC | 1B | 64 | 0 | 1A | 11C | 64 | 25 |
| Octal | 211 | 0 | 274 | 33 | 144 | 0 | 32 | 434 | 144 | 45 |
| Binary | 10001001 | 0 | 10111100 | 11011 | 1100100 | 0 | 11010 | 100011100 | 1100100 | 100101 |
Color Harmonies of #8900BC
Complementary color
Monochromatic Colors of #8900BC
Black with #8900BC
Text Example
Text Example
White with #8900BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900BC; }
p { color: rgb(137,0,188); }
H1.HeaderClassName
{
color: #8900BC;
}
.AnyTagClassName
{
color: #8900BC;
}
</style>
background-color css
<style>
a { background-color: #8900BC; }
a { background-color: rgb(137,0,188); }
div.DivClassName
{
background-color: #8900BC;
}
.BgClassName
{
background-color: #8900BC;
}
</style>
border-color css
<style>
span { border-color: #8900BC; }
span { border-color: rgb(137,0,188); }
td.TdClassName
{
border-color: #8900BC;
}
.TagClassName
{
border-color: #8900BC;
}
</style>