Shades of Blue Violet #8717EA
Tints of Blue Violet #8717EA
RGB
CMYK
RGB Variations
Color information
#8717EA (or 0x8717EA) is known color: Blue Violet. HEX triplet: 87, 17 and EA. RGB value is (135,23,234). Sum of RGB (Red+Green+Blue) = 135+23+234=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 23 (9.38% from 255 or 5.87% 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 #8717EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8717EA is #78E815. Grayscale: #4F4F4F. Windows color (decimal): -7923734 or 15341447. OLE color: 15341447.
HSL color Cylindrical-coordinate representation of color #8717EA: hue angle of 271.85º 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 #8717EA is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 23 | 234 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.08 |
| HSL | 271.85º | 0.83% | 0.5% | - |
| HSV(B) | 271.85º | 0.9% | 0.92% | - |
| XYZ | 25.15 | 11.7 | 78.78 | - |
| YUV | 80.54 | 214.61 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 234 | 0.42 | 0.90 | 0 | 0.08 | 271.85 | 0.83 | 0.5 |
| Hex | 87 | 17 | EA | 2A | 5A | 0 | 8 | 110 | 53 | 32 |
| Octal | 207 | 27 | 352 | 52 | 132 | 0 | 10 | 420 | 123 | 62 |
| Binary | 10000111 | 10111 | 11101010 | 101010 | 1011010 | 0 | 1000 | 100010000 | 1010011 | 110010 |
Color Harmonies of #8717EA
Complementary color
Monochromatic Colors of #8717EA
Black with #8717EA
Text Example
Text Example
White with #8717EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8717EA; }
p { color: rgb(135,23,234); }
H1.HeaderClassName
{
color: #8717EA;
}
.AnyTagClassName
{
color: #8717EA;
}
</style>
background-color css
<style>
a { background-color: #8717EA; }
a { background-color: rgb(135,23,234); }
div.DivClassName
{
background-color: #8717EA;
}
.BgClassName
{
background-color: #8717EA;
}
</style>
border-color css
<style>
span { border-color: #8717EA; }
span { border-color: rgb(135,23,234); }
td.TdClassName
{
border-color: #8717EA;
}
.TagClassName
{
border-color: #8717EA;
}
</style>