Shades of Dark Violet #8900CD
Tints of Dark Violet #8900CD
RGB
CMYK
RGB Variations
Color information
#8900CD (or 0x8900CD) is known color: Dark Violet. HEX triplet: 89, 00 and CD. RGB value is (137,0,205). Sum of RGB (Red+Green+Blue) = 137+0+205=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #8900CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900CD is #76FF32. Grayscale: #3F3F3F. Windows color (decimal): -7798579 or 13435017. OLE color: 13435017.
HSL color Cylindrical-coordinate representation of color #8900CD: hue angle of 280.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900CD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 0 | 205 | - |
| CMYK | 0.33 | 1 | 0 | 0.20 |
| HSL | 280.1º | 1% | 0.4% | - |
| HSV(B) | 280.1º | 1% | 0.8% | - |
| XYZ | 21.34 | 9.73 | 58.51 | - |
| YUV | 64.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 205 | 0.33 | 1 | 0 | 0.20 | 280.1 | 1 | 0.4 |
| Hex | 89 | 0 | CD | 21 | 64 | 0 | 14 | 118 | 64 | 28 |
| Octal | 211 | 0 | 315 | 41 | 144 | 0 | 24 | 430 | 144 | 50 |
| Binary | 10001001 | 0 | 11001101 | 100001 | 1100100 | 0 | 10100 | 100011000 | 1100100 | 101000 |
Color Harmonies of #8900CD
Complementary color
Monochromatic Colors of #8900CD
Black with #8900CD
Text Example
Text Example
White with #8900CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900CD; }
p { color: rgb(137,0,205); }
H1.HeaderClassName
{
color: #8900CD;
}
.AnyTagClassName
{
color: #8900CD;
}
</style>
background-color css
<style>
a { background-color: #8900CD; }
a { background-color: rgb(137,0,205); }
div.DivClassName
{
background-color: #8900CD;
}
.BgClassName
{
background-color: #8900CD;
}
</style>
border-color css
<style>
span { border-color: #8900CD; }
span { border-color: rgb(137,0,205); }
td.TdClassName
{
border-color: #8900CD;
}
.TagClassName
{
border-color: #8900CD;
}
</style>