Shades of Blue Violet #8615EA
Tints of Blue Violet #8615EA
RGB
CMYK
RGB Variations
Color information
#8615EA (or 0x8615EA) is known color: Blue Violet. HEX triplet: 86, 15 and EA. RGB value is (134,21,234). Sum of RGB (Red+Green+Blue) = 134+21+234=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #8615EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8615EA is #79EA15. Grayscale: #4E4E4E. Windows color (decimal): -7989782 or 15340934. OLE color: 15340934.
HSL color Cylindrical-coordinate representation of color #8615EA: hue angle of 271.83º 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 #8615EA is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 21 | 234 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.08 |
| HSL | 271.83º | 0.84% | 0.5% | - |
| HSV(B) | 271.83º | 0.91% | 0.92% | - |
| XYZ | 24.95 | 11.55 | 78.76 | - |
| YUV | 79.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 234 | 0.43 | 0.91 | 0 | 0.08 | 271.83 | 0.84 | 0.5 |
| Hex | 86 | 15 | EA | 2B | 5B | 0 | 8 | 110 | 54 | 32 |
| Octal | 206 | 25 | 352 | 53 | 133 | 0 | 10 | 420 | 124 | 62 |
| Binary | 10000110 | 10101 | 11101010 | 101011 | 1011011 | 0 | 1000 | 100010000 | 1010100 | 110010 |
Color Harmonies of #8615EA
Complementary color
Monochromatic Colors of #8615EA
Black with #8615EA
Text Example
Text Example
White with #8615EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615EA; }
p { color: rgb(134,21,234); }
H1.HeaderClassName
{
color: #8615EA;
}
.AnyTagClassName
{
color: #8615EA;
}
</style>
background-color css
<style>
a { background-color: #8615EA; }
a { background-color: rgb(134,21,234); }
div.DivClassName
{
background-color: #8615EA;
}
.BgClassName
{
background-color: #8615EA;
}
</style>
border-color css
<style>
span { border-color: #8615EA; }
span { border-color: rgb(134,21,234); }
td.TdClassName
{
border-color: #8615EA;
}
.TagClassName
{
border-color: #8615EA;
}
</style>