Shades of Dark Violet #8903BD
Tints of Dark Violet #8903BD
RGB
CMYK
RGB Variations
Color information
#8903BD (or 0x8903BD) is known color: Dark Violet. HEX triplet: 89, 03 and BD. RGB value is (137,3,189). Sum of RGB (Red+Green+Blue) = 137+3+189=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #8903BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8903BD is #76FC42. Grayscale: #3F3F3F. Windows color (decimal): -7797827 or 12387209. OLE color: 12387209.
HSL color Cylindrical-coordinate representation of color #8903BD: hue angle of 283.23º degrees, saturation: 0.97, 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 #8903BD is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 3 | 189 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.26 |
| HSL | 283.23º | 0.97% | 0.38% | - |
| HSV(B) | 283.23º | 0.98% | 0.74% | - |
| XYZ | 19.53 | 9.06 | 48.86 | - |
| YUV | 64.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 189 | 0.28 | 0.98 | 0 | 0.26 | 283.23 | 0.97 | 0.38 |
| Hex | 89 | 3 | BD | 1C | 62 | 0 | 1A | 11B | 61 | 26 |
| Octal | 211 | 3 | 275 | 34 | 142 | 0 | 32 | 433 | 141 | 46 |
| Binary | 10001001 | 11 | 10111101 | 11100 | 1100010 | 0 | 11010 | 100011011 | 1100001 | 100110 |
Color Harmonies of #8903BD
Complementary color
Monochromatic Colors of #8903BD
Black with #8903BD
Text Example
Text Example
White with #8903BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903BD; }
p { color: rgb(137,3,189); }
H1.HeaderClassName
{
color: #8903BD;
}
.AnyTagClassName
{
color: #8903BD;
}
</style>
background-color css
<style>
a { background-color: #8903BD; }
a { background-color: rgb(137,3,189); }
div.DivClassName
{
background-color: #8903BD;
}
.BgClassName
{
background-color: #8903BD;
}
</style>
border-color css
<style>
span { border-color: #8903BD; }
span { border-color: rgb(137,3,189); }
td.TdClassName
{
border-color: #8903BD;
}
.TagClassName
{
border-color: #8903BD;
}
</style>