Shades of Blue Violet #8710E4
Tints of Blue Violet #8710E4
RGB
CMYK
RGB Variations
Color information
#8710E4 (or 0x8710E4) is known color: Blue Violet. HEX triplet: 87, 10 and E4. RGB value is (135,16,228). Sum of RGB (Red+Green+Blue) = 135+16+228=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #8710E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710E4 is #78EF1B. Grayscale: #4B4B4B. Windows color (decimal): -7925532 or 14946439. OLE color: 14946439.
HSL color Cylindrical-coordinate representation of color #8710E4: hue angle of 273.68º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8710E4 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 16 | 228 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.11 |
| HSL | 273.68º | 0.87% | 0.48% | - |
| HSV(B) | 273.68º | 0.93% | 0.89% | - |
| XYZ | 24.18 | 11.12 | 74.27 | - |
| YUV | 75.75 | 213.92 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 228 | 0.41 | 0.93 | 0 | 0.11 | 273.68 | 0.87 | 0.48 |
| Hex | 87 | 10 | E4 | 29 | 5D | 0 | B | 112 | 57 | 30 |
| Octal | 207 | 20 | 344 | 51 | 135 | 0 | 13 | 422 | 127 | 60 |
| Binary | 10000111 | 10000 | 11100100 | 101001 | 1011101 | 0 | 1011 | 100010010 | 1010111 | 110000 |
Color Harmonies of #8710E4
Complementary color
Monochromatic Colors of #8710E4
Black with #8710E4
Text Example
Text Example
White with #8710E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710E4; }
p { color: rgb(135,16,228); }
H1.HeaderClassName
{
color: #8710E4;
}
.AnyTagClassName
{
color: #8710E4;
}
</style>
background-color css
<style>
a { background-color: #8710E4; }
a { background-color: rgb(135,16,228); }
div.DivClassName
{
background-color: #8710E4;
}
.BgClassName
{
background-color: #8710E4;
}
</style>
border-color css
<style>
span { border-color: #8710E4; }
span { border-color: rgb(135,16,228); }
td.TdClassName
{
border-color: #8710E4;
}
.TagClassName
{
border-color: #8710E4;
}
</style>