Shades of Blue Violet #8915EE
Tints of Blue Violet #8915EE
RGB
CMYK
RGB Variations
Color information
#8915EE (or 0x8915EE) is known color: Blue Violet. HEX triplet: 89, 15 and EE. RGB value is (137,21,238). Sum of RGB (Red+Green+Blue) = 137+21+238=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #8915EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915EE is #76EA11. Grayscale: #4F4F4F. Windows color (decimal): -7793170 or 15603081. OLE color: 15603081.
HSL color Cylindrical-coordinate representation of color #8915EE: hue angle of 272.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8915EE is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 21 | 238 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.07 |
| HSL | 272.07º | 0.86% | 0.51% | - |
| HSV(B) | 272.07º | 0.91% | 0.93% | - |
| XYZ | 26.02 | 12.03 | 81.84 | - |
| YUV | 80.42 | 216.93 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 238 | 0.42 | 0.91 | 0 | 0.07 | 272.07 | 0.86 | 0.51 |
| Hex | 89 | 15 | EE | 2A | 5B | 0 | 7 | 110 | 56 | 33 |
| Octal | 211 | 25 | 356 | 52 | 133 | 0 | 7 | 420 | 126 | 63 |
| Binary | 10001001 | 10101 | 11101110 | 101010 | 1011011 | 0 | 111 | 100010000 | 1010110 | 110011 |
Color Harmonies of #8915EE
Complementary color
Monochromatic Colors of #8915EE
Black with #8915EE
Text Example
Text Example
White with #8915EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915EE; }
p { color: rgb(137,21,238); }
H1.HeaderClassName
{
color: #8915EE;
}
.AnyTagClassName
{
color: #8915EE;
}
</style>
background-color css
<style>
a { background-color: #8915EE; }
a { background-color: rgb(137,21,238); }
div.DivClassName
{
background-color: #8915EE;
}
.BgClassName
{
background-color: #8915EE;
}
</style>
border-color css
<style>
span { border-color: #8915EE; }
span { border-color: rgb(137,21,238); }
td.TdClassName
{
border-color: #8915EE;
}
.TagClassName
{
border-color: #8915EE;
}
</style>