Shades of Dark Violet #8911E0
Tints of Dark Violet #8911E0
RGB
CMYK
RGB Variations
Color information
#8911E0 (or 0x8911E0) is known color: Dark Violet. HEX triplet: 89, 11 and E0. RGB value is (137,17,224). Sum of RGB (Red+Green+Blue) = 137+17+224=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #8911E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911E0 is #76EE1F. Grayscale: #4B4B4B. Windows color (decimal): -7794208 or 14684553. OLE color: 14684553.
HSL color Cylindrical-coordinate representation of color #8911E0: hue angle of 274.78º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911E0 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 17 | 224 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.12 |
| HSL | 274.78º | 0.86% | 0.47% | - |
| HSV(B) | 274.78º | 0.92% | 0.88% | - |
| XYZ | 23.97 | 11.1 | 71.4 | - |
| YUV | 76.48 | 211.26 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 224 | 0.39 | 0.92 | 0 | 0.12 | 274.78 | 0.86 | 0.47 |
| Hex | 89 | 11 | E0 | 27 | 5C | 0 | C | 113 | 56 | 2F |
| Octal | 211 | 21 | 340 | 47 | 134 | 0 | 14 | 423 | 126 | 57 |
| Binary | 10001001 | 10001 | 11100000 | 100111 | 1011100 | 0 | 1100 | 100010011 | 1010110 | 101111 |
Color Harmonies of #8911E0
Complementary color
Monochromatic Colors of #8911E0
Black with #8911E0
Text Example
Text Example
White with #8911E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911E0; }
p { color: rgb(137,17,224); }
H1.HeaderClassName
{
color: #8911E0;
}
.AnyTagClassName
{
color: #8911E0;
}
</style>
background-color css
<style>
a { background-color: #8911E0; }
a { background-color: rgb(137,17,224); }
div.DivClassName
{
background-color: #8911E0;
}
.BgClassName
{
background-color: #8911E0;
}
</style>
border-color css
<style>
span { border-color: #8911E0; }
span { border-color: rgb(137,17,224); }
td.TdClassName
{
border-color: #8911E0;
}
.TagClassName
{
border-color: #8911E0;
}
</style>