Shades of Dark Violet #8905BD
Tints of Dark Violet #8905BD
RGB
CMYK
RGB Variations
Color information
#8905BD (or 0x8905BD) is known color: Dark Violet. HEX triplet: 89, 05 and BD. RGB value is (137,5,189). Sum of RGB (Red+Green+Blue) = 137+5+189=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #8905BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905BD is #76FA42. Grayscale: #404040. Windows color (decimal): -7797315 or 12387721. OLE color: 12387721.
HSL color Cylindrical-coordinate representation of color #8905BD: hue angle of 283.04º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8905BD is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 5 | 189 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.26 |
| HSL | 283.04º | 0.95% | 0.38% | - |
| HSV(B) | 283.04º | 0.97% | 0.74% | - |
| XYZ | 19.56 | 9.1 | 48.87 | - |
| YUV | 65.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 189 | 0.28 | 0.97 | 0 | 0.26 | 283.04 | 0.95 | 0.38 |
| Hex | 89 | 5 | BD | 1C | 61 | 0 | 1A | 11B | 5F | 26 |
| Octal | 211 | 5 | 275 | 34 | 141 | 0 | 32 | 433 | 137 | 46 |
| Binary | 10001001 | 101 | 10111101 | 11100 | 1100001 | 0 | 11010 | 100011011 | 1011111 | 100110 |
Color Harmonies of #8905BD
Complementary color
Monochromatic Colors of #8905BD
Black with #8905BD
Text Example
Text Example
White with #8905BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905BD; }
p { color: rgb(137,5,189); }
H1.HeaderClassName
{
color: #8905BD;
}
.AnyTagClassName
{
color: #8905BD;
}
</style>
background-color css
<style>
a { background-color: #8905BD; }
a { background-color: rgb(137,5,189); }
div.DivClassName
{
background-color: #8905BD;
}
.BgClassName
{
background-color: #8905BD;
}
</style>
border-color css
<style>
span { border-color: #8905BD; }
span { border-color: rgb(137,5,189); }
td.TdClassName
{
border-color: #8905BD;
}
.TagClassName
{
border-color: #8905BD;
}
</style>