Shades of Blue Violet #8715EA
Tints of Blue Violet #8715EA
RGB
CMYK
RGB Variations
Color information
#8715EA (or 0x8715EA) is known color: Blue Violet. HEX triplet: 87, 15 and EA. RGB value is (135,21,234). Sum of RGB (Red+Green+Blue) = 135+21+234=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #8715EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8715EA is #78EA15. Grayscale: #4E4E4E. Windows color (decimal): -7924246 or 15340935. OLE color: 15340935.
HSL color Cylindrical-coordinate representation of color #8715EA: hue angle of 272.11º 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 #8715EA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 21 | 234 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.08 |
| HSL | 272.11º | 0.84% | 0.5% | - |
| HSV(B) | 272.11º | 0.91% | 0.92% | - |
| XYZ | 25.11 | 11.63 | 78.76 | - |
| YUV | 79.37 | 215.27 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 234 | 0.42 | 0.91 | 0 | 0.08 | 272.11 | 0.84 | 0.5 |
| Hex | 87 | 15 | EA | 2A | 5B | 0 | 8 | 110 | 54 | 32 |
| Octal | 207 | 25 | 352 | 52 | 133 | 0 | 10 | 420 | 124 | 62 |
| Binary | 10000111 | 10101 | 11101010 | 101010 | 1011011 | 0 | 1000 | 100010000 | 1010100 | 110010 |
Color Harmonies of #8715EA
Complementary color
Monochromatic Colors of #8715EA
Black with #8715EA
Text Example
Text Example
White with #8715EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8715EA; }
p { color: rgb(135,21,234); }
H1.HeaderClassName
{
color: #8715EA;
}
.AnyTagClassName
{
color: #8715EA;
}
</style>
background-color css
<style>
a { background-color: #8715EA; }
a { background-color: rgb(135,21,234); }
div.DivClassName
{
background-color: #8715EA;
}
.BgClassName
{
background-color: #8715EA;
}
</style>
border-color css
<style>
span { border-color: #8715EA; }
span { border-color: rgb(135,21,234); }
td.TdClassName
{
border-color: #8715EA;
}
.TagClassName
{
border-color: #8715EA;
}
</style>