Shades of Dark Violet #8900DE
Tints of Dark Violet #8900DE
RGB
CMYK
RGB Variations
Color information
#8900DE (or 0x8900DE) is known color: Dark Violet. HEX triplet: 89, 00 and DE. RGB value is (137,0,222). Sum of RGB (Red+Green+Blue) = 137+0+222=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #8900DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900DE is #76FF21. Grayscale: #414141. Windows color (decimal): -7798562 or 14549129. OLE color: 14549129.
HSL color Cylindrical-coordinate representation of color #8900DE: hue angle of 277.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900DE is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 0 | 222 | - |
| CMYK | 0.38 | 1 | 0 | 0.13 |
| HSL | 277.03º | 1% | 0.44% | - |
| HSV(B) | 277.03º | 1% | 0.87% | - |
| XYZ | 23.5 | 10.59 | 69.91 | - |
| YUV | 66.27 | 215.89 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 222 | 0.38 | 1 | 0 | 0.13 | 277.03 | 1 | 0.44 |
| Hex | 89 | 0 | DE | 26 | 64 | 0 | D | 115 | 64 | 2C |
| Octal | 211 | 0 | 336 | 46 | 144 | 0 | 15 | 425 | 144 | 54 |
| Binary | 10001001 | 0 | 11011110 | 100110 | 1100100 | 0 | 1101 | 100010101 | 1100100 | 101100 |
Color Harmonies of #8900DE
Complementary color
Monochromatic Colors of #8900DE
Black with #8900DE
Text Example
Text Example
White with #8900DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900DE; }
p { color: rgb(137,0,222); }
H1.HeaderClassName
{
color: #8900DE;
}
.AnyTagClassName
{
color: #8900DE;
}
</style>
background-color css
<style>
a { background-color: #8900DE; }
a { background-color: rgb(137,0,222); }
div.DivClassName
{
background-color: #8900DE;
}
.BgClassName
{
background-color: #8900DE;
}
</style>
border-color css
<style>
span { border-color: #8900DE; }
span { border-color: rgb(137,0,222); }
td.TdClassName
{
border-color: #8900DE;
}
.TagClassName
{
border-color: #8900DE;
}
</style>