Shades of Blue Violet #8913E0
Tints of Blue Violet #8913E0
RGB
CMYK
RGB Variations
Color information
#8913E0 (or 0x8913E0) is known color: Blue Violet. HEX triplet: 89, 13 and E0. RGB value is (137,19,224). Sum of RGB (Red+Green+Blue) = 137+19+224=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #8913E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913E0 is #76EC1F. Grayscale: #4C4C4C. Windows color (decimal): -7793696 or 14685065. OLE color: 14685065.
HSL color Cylindrical-coordinate representation of color #8913E0: hue angle of 274.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8913E0 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 19 | 224 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.12 |
| HSL | 274.54º | 0.84% | 0.48% | - |
| HSV(B) | 274.54º | 0.92% | 0.88% | - |
| XYZ | 24 | 11.17 | 71.41 | - |
| YUV | 77.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 224 | 0.39 | 0.92 | 0 | 0.12 | 274.54 | 0.84 | 0.48 |
| Hex | 89 | 13 | E0 | 27 | 5C | 0 | C | 113 | 54 | 30 |
| Octal | 211 | 23 | 340 | 47 | 134 | 0 | 14 | 423 | 124 | 60 |
| Binary | 10001001 | 10011 | 11100000 | 100111 | 1011100 | 0 | 1100 | 100010011 | 1010100 | 110000 |
Color Harmonies of #8913E0
Complementary color
Monochromatic Colors of #8913E0
Black with #8913E0
Text Example
Text Example
White with #8913E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913E0; }
p { color: rgb(137,19,224); }
H1.HeaderClassName
{
color: #8913E0;
}
.AnyTagClassName
{
color: #8913E0;
}
</style>
background-color css
<style>
a { background-color: #8913E0; }
a { background-color: rgb(137,19,224); }
div.DivClassName
{
background-color: #8913E0;
}
.BgClassName
{
background-color: #8913E0;
}
</style>
border-color css
<style>
span { border-color: #8913E0; }
span { border-color: rgb(137,19,224); }
td.TdClassName
{
border-color: #8913E0;
}
.TagClassName
{
border-color: #8913E0;
}
</style>