Shades of Blue Violet #8915E4
Tints of Blue Violet #8915E4
RGB
CMYK
RGB Variations
Color information
#8915E4 (or 0x8915E4) is known color: Blue Violet. HEX triplet: 89, 15 and E4. RGB value is (137,21,228). Sum of RGB (Red+Green+Blue) = 137+21+228=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #8915E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915E4 is #76EA1B. Grayscale: #4E4E4E. Windows color (decimal): -7793180 or 14947721. OLE color: 14947721.
HSL color Cylindrical-coordinate representation of color #8915E4: hue angle of 273.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8915E4 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 21 | 228 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.11 |
| HSL | 273.62º | 0.83% | 0.49% | - |
| HSV(B) | 273.62º | 0.91% | 0.89% | - |
| XYZ | 24.59 | 11.46 | 74.31 | - |
| YUV | 79.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 228 | 0.40 | 0.91 | 0 | 0.11 | 273.62 | 0.83 | 0.49 |
| Hex | 89 | 15 | E4 | 28 | 5B | 0 | B | 112 | 53 | 31 |
| Octal | 211 | 25 | 344 | 50 | 133 | 0 | 13 | 422 | 123 | 61 |
| Binary | 10001001 | 10101 | 11100100 | 101000 | 1011011 | 0 | 1011 | 100010010 | 1010011 | 110001 |
Color Harmonies of #8915E4
Complementary color
Monochromatic Colors of #8915E4
Black with #8915E4
Text Example
Text Example
White with #8915E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915E4; }
p { color: rgb(137,21,228); }
H1.HeaderClassName
{
color: #8915E4;
}
.AnyTagClassName
{
color: #8915E4;
}
</style>
background-color css
<style>
a { background-color: #8915E4; }
a { background-color: rgb(137,21,228); }
div.DivClassName
{
background-color: #8915E4;
}
.BgClassName
{
background-color: #8915E4;
}
</style>
border-color css
<style>
span { border-color: #8915E4; }
span { border-color: rgb(137,21,228); }
td.TdClassName
{
border-color: #8915E4;
}
.TagClassName
{
border-color: #8915E4;
}
</style>