Shades of Dark Violet #8903DD
Tints of Dark Violet #8903DD
RGB
CMYK
RGB Variations
Color information
#8903DD (or 0x8903DD) is known color: Dark Violet. HEX triplet: 89, 03 and DD. RGB value is (137,3,221). Sum of RGB (Red+Green+Blue) = 137+3+221=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #8903DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8903DD is #76FC22. Grayscale: #434343. Windows color (decimal): -7797795 or 14484361. OLE color: 14484361.
HSL color Cylindrical-coordinate representation of color #8903DD: hue angle of 276.88º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8903DD is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 3 | 221 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.13 |
| HSL | 276.88º | 0.97% | 0.44% | - |
| HSV(B) | 276.88º | 0.99% | 0.87% | - |
| XYZ | 23.4 | 10.6 | 69.22 | - |
| YUV | 67.92 | 214.39 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 221 | 0.38 | 0.99 | 0 | 0.13 | 276.88 | 0.97 | 0.44 |
| Hex | 89 | 3 | DD | 26 | 63 | 0 | D | 115 | 61 | 2C |
| Octal | 211 | 3 | 335 | 46 | 143 | 0 | 15 | 425 | 141 | 54 |
| Binary | 10001001 | 11 | 11011101 | 100110 | 1100011 | 0 | 1101 | 100010101 | 1100001 | 101100 |
Color Harmonies of #8903DD
Complementary color
Monochromatic Colors of #8903DD
Black with #8903DD
Text Example
Text Example
White with #8903DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903DD; }
p { color: rgb(137,3,221); }
H1.HeaderClassName
{
color: #8903DD;
}
.AnyTagClassName
{
color: #8903DD;
}
</style>
background-color css
<style>
a { background-color: #8903DD; }
a { background-color: rgb(137,3,221); }
div.DivClassName
{
background-color: #8903DD;
}
.BgClassName
{
background-color: #8903DD;
}
</style>
border-color css
<style>
span { border-color: #8903DD; }
span { border-color: rgb(137,3,221); }
td.TdClassName
{
border-color: #8903DD;
}
.TagClassName
{
border-color: #8903DD;
}
</style>