Shades of Dark Violet #8903CD
Tints of Dark Violet #8903CD
RGB
CMYK
RGB Variations
Color information
#8903CD (or 0x8903CD) is known color: Dark Violet. HEX triplet: 89, 03 and CD. RGB value is (137,3,205). Sum of RGB (Red+Green+Blue) = 137+3+205=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #8903CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8903CD is #76FC32. Grayscale: #414141. Windows color (decimal): -7797811 or 13435785. OLE color: 13435785.
HSL color Cylindrical-coordinate representation of color #8903CD: hue angle of 279.8º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8903CD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 3 | 205 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.20 |
| HSL | 279.8º | 0.97% | 0.41% | - |
| HSV(B) | 279.8º | 0.99% | 0.8% | - |
| XYZ | 21.37 | 9.79 | 58.52 | - |
| YUV | 66.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 205 | 0.33 | 0.99 | 0 | 0.20 | 279.8 | 0.97 | 0.41 |
| Hex | 89 | 3 | CD | 21 | 63 | 0 | 14 | 118 | 61 | 29 |
| Octal | 211 | 3 | 315 | 41 | 143 | 0 | 24 | 430 | 141 | 51 |
| Binary | 10001001 | 11 | 11001101 | 100001 | 1100011 | 0 | 10100 | 100011000 | 1100001 | 101001 |
Color Harmonies of #8903CD
Complementary color
Monochromatic Colors of #8903CD
Black with #8903CD
Text Example
Text Example
White with #8903CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903CD; }
p { color: rgb(137,3,205); }
H1.HeaderClassName
{
color: #8903CD;
}
.AnyTagClassName
{
color: #8903CD;
}
</style>
background-color css
<style>
a { background-color: #8903CD; }
a { background-color: rgb(137,3,205); }
div.DivClassName
{
background-color: #8903CD;
}
.BgClassName
{
background-color: #8903CD;
}
</style>
border-color css
<style>
span { border-color: #8903CD; }
span { border-color: rgb(137,3,205); }
td.TdClassName
{
border-color: #8903CD;
}
.TagClassName
{
border-color: #8903CD;
}
</style>