Shades of Blue Violet #8915EA
Tints of Blue Violet #8915EA
RGB
CMYK
RGB Variations
Color information
#8915EA (or 0x8915EA) is known color: Blue Violet. HEX triplet: 89, 15 and EA. RGB value is (137,21,234). Sum of RGB (Red+Green+Blue) = 137+21+234=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #8915EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915EA is #76EA15. Grayscale: #4F4F4F. Windows color (decimal): -7793174 or 15340937. OLE color: 15340937.
HSL color Cylindrical-coordinate representation of color #8915EA: hue angle of 272.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8915EA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 21 | 234 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.08 |
| HSL | 272.68º | 0.84% | 0.5% | - |
| HSV(B) | 272.68º | 0.91% | 0.92% | - |
| XYZ | 25.44 | 11.8 | 78.78 | - |
| YUV | 79.97 | 214.93 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 234 | 0.41 | 0.91 | 0 | 0.08 | 272.68 | 0.84 | 0.5 |
| Hex | 89 | 15 | EA | 29 | 5B | 0 | 8 | 111 | 54 | 32 |
| Octal | 211 | 25 | 352 | 51 | 133 | 0 | 10 | 421 | 124 | 62 |
| Binary | 10001001 | 10101 | 11101010 | 101001 | 1011011 | 0 | 1000 | 100010001 | 1010100 | 110010 |
Color Harmonies of #8915EA
Complementary color
Monochromatic Colors of #8915EA
Black with #8915EA
Text Example
Text Example
White with #8915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915EA; }
p { color: rgb(137,21,234); }
H1.HeaderClassName
{
color: #8915EA;
}
.AnyTagClassName
{
color: #8915EA;
}
</style>
background-color css
<style>
a { background-color: #8915EA; }
a { background-color: rgb(137,21,234); }
div.DivClassName
{
background-color: #8915EA;
}
.BgClassName
{
background-color: #8915EA;
}
</style>
border-color css
<style>
span { border-color: #8915EA; }
span { border-color: rgb(137,21,234); }
td.TdClassName
{
border-color: #8915EA;
}
.TagClassName
{
border-color: #8915EA;
}
</style>