Shades of Dark Violet #8901E4
Tints of Dark Violet #8901E4
RGB
CMYK
RGB Variations
Color information
#8901E4 (or 0x8901E4) is known color: Dark Violet. HEX triplet: 89, 01 and E4. RGB value is (137,1,228). Sum of RGB (Red+Green+Blue) = 137+1+228=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 228 (89.45% from 255 or 62.30% from 366); Max value from RGB is 228 - color contains mainly: blue. Hex color #8901E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901E4 is #76FE1B. Grayscale: #424242. Windows color (decimal): -7798300 or 14942601. OLE color: 14942601.
HSL color Cylindrical-coordinate representation of color #8901E4: hue angle of 275.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901E4 is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 1 | 228 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.11 |
| HSL | 275.95º | 0.99% | 0.45% | - |
| HSV(B) | 275.95º | 1% | 0.89% | - |
| XYZ | 24.33 | 10.94 | 74.23 | - |
| YUV | 67.54 | 218.56 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 228 | 0.40 | 1.00 | 0 | 0.11 | 275.95 | 0.99 | 0.45 |
| Hex | 89 | 1 | E4 | 28 | 64 | 0 | B | 114 | 63 | 2D |
| Octal | 211 | 1 | 344 | 50 | 144 | 0 | 13 | 424 | 143 | 55 |
| Binary | 10001001 | 1 | 11100100 | 101000 | 1100100 | 0 | 1011 | 100010100 | 1100011 | 101101 |
Color Harmonies of #8901E4
Complementary color
Monochromatic Colors of #8901E4
Black with #8901E4
Text Example
Text Example
White with #8901E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901E4; }
p { color: rgb(137,1,228); }
H1.HeaderClassName
{
color: #8901E4;
}
.AnyTagClassName
{
color: #8901E4;
}
</style>
background-color css
<style>
a { background-color: #8901E4; }
a { background-color: rgb(137,1,228); }
div.DivClassName
{
background-color: #8901E4;
}
.BgClassName
{
background-color: #8901E4;
}
</style>
border-color css
<style>
span { border-color: #8901E4; }
span { border-color: rgb(137,1,228); }
td.TdClassName
{
border-color: #8901E4;
}
.TagClassName
{
border-color: #8901E4;
}
</style>