Shades of Dark Violet #8900EA
Tints of Dark Violet #8900EA
RGB
CMYK
RGB Variations
Color information
#8900EA (or 0x8900EA) is known color: Dark Violet. HEX triplet: 89, 00 and EA. RGB value is (137,0,234). Sum of RGB (Red+Green+Blue) = 137+0+234=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #8900EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900EA is #76FF15. Grayscale: #424242. Windows color (decimal): -7798550 or 15335561. OLE color: 15335561.
HSL color Cylindrical-coordinate representation of color #8900EA: hue angle of 275.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900EA is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 0 | 234 | - |
| CMYK | 0.41 | 1 | 0 | 0.08 |
| HSL | 275.13º | 1% | 0.46% | - |
| HSV(B) | 275.13º | 1% | 0.92% | - |
| XYZ | 25.17 | 11.26 | 78.69 | - |
| YUV | 67.64 | 221.89 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 234 | 0.41 | 1 | 0 | 0.08 | 275.13 | 1 | 0.46 |
| Hex | 89 | 0 | EA | 29 | 64 | 0 | 8 | 113 | 64 | 2E |
| Octal | 211 | 0 | 352 | 51 | 144 | 0 | 10 | 423 | 144 | 56 |
| Binary | 10001001 | 0 | 11101010 | 101001 | 1100100 | 0 | 1000 | 100010011 | 1100100 | 101110 |
Color Harmonies of #8900EA
Complementary color
Monochromatic Colors of #8900EA
Black with #8900EA
Text Example
Text Example
White with #8900EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900EA; }
p { color: rgb(137,0,234); }
H1.HeaderClassName
{
color: #8900EA;
}
.AnyTagClassName
{
color: #8900EA;
}
</style>
background-color css
<style>
a { background-color: #8900EA; }
a { background-color: rgb(137,0,234); }
div.DivClassName
{
background-color: #8900EA;
}
.BgClassName
{
background-color: #8900EA;
}
</style>
border-color css
<style>
span { border-color: #8900EA; }
span { border-color: rgb(137,0,234); }
td.TdClassName
{
border-color: #8900EA;
}
.TagClassName
{
border-color: #8900EA;
}
</style>