Shades of Blue Violet #8617EA
Tints of Blue Violet #8617EA
RGB
CMYK
RGB Variations
Color information
#8617EA (or 0x8617EA) is known color: Blue Violet. HEX triplet: 86, 17 and EA. RGB value is (134,23,234). Sum of RGB (Red+Green+Blue) = 134+23+234=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #8617EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8617EA is #79E815. Grayscale: #4F4F4F. Windows color (decimal): -7989270 or 15341446. OLE color: 15341446.
HSL color Cylindrical-coordinate representation of color #8617EA: hue angle of 271.56º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8617EA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 23 | 234 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.08 |
| HSL | 271.56º | 0.83% | 0.5% | - |
| HSV(B) | 271.56º | 0.9% | 0.92% | - |
| XYZ | 24.99 | 11.62 | 78.77 | - |
| YUV | 80.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 234 | 0.43 | 0.90 | 0 | 0.08 | 271.56 | 0.83 | 0.5 |
| Hex | 86 | 17 | EA | 2B | 5A | 0 | 8 | 110 | 53 | 32 |
| Octal | 206 | 27 | 352 | 53 | 132 | 0 | 10 | 420 | 123 | 62 |
| Binary | 10000110 | 10111 | 11101010 | 101011 | 1011010 | 0 | 1000 | 100010000 | 1010011 | 110010 |
Color Harmonies of #8617EA
Complementary color
Monochromatic Colors of #8617EA
Black with #8617EA
Text Example
Text Example
White with #8617EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8617EA; }
p { color: rgb(134,23,234); }
H1.HeaderClassName
{
color: #8617EA;
}
.AnyTagClassName
{
color: #8617EA;
}
</style>
background-color css
<style>
a { background-color: #8617EA; }
a { background-color: rgb(134,23,234); }
div.DivClassName
{
background-color: #8617EA;
}
.BgClassName
{
background-color: #8617EA;
}
</style>
border-color css
<style>
span { border-color: #8617EA; }
span { border-color: rgb(134,23,234); }
td.TdClassName
{
border-color: #8617EA;
}
.TagClassName
{
border-color: #8617EA;
}
</style>