Shades of Blue Violet #8710E5
Tints of Blue Violet #8710E5
RGB
CMYK
RGB Variations
Color information
#8710E5 (or 0x8710E5) is known color: Blue Violet. HEX triplet: 87, 10 and E5. RGB value is (135,16,229). Sum of RGB (Red+Green+Blue) = 135+16+229=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #8710E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710E5 is #78EF1A. Grayscale: #4B4B4B. Windows color (decimal): -7925531 or 15011975. OLE color: 15011975.
HSL color Cylindrical-coordinate representation of color #8710E5: hue angle of 273.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8710E5 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 16 | 229 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.10 |
| HSL | 273.52º | 0.87% | 0.48% | - |
| HSV(B) | 273.52º | 0.93% | 0.9% | - |
| XYZ | 24.32 | 11.18 | 75 | - |
| YUV | 75.86 | 214.42 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 229 | 0.41 | 0.93 | 0 | 0.10 | 273.52 | 0.87 | 0.48 |
| Hex | 87 | 10 | E5 | 29 | 5D | 0 | A | 112 | 57 | 30 |
| Octal | 207 | 20 | 345 | 51 | 135 | 0 | 12 | 422 | 127 | 60 |
| Binary | 10000111 | 10000 | 11100101 | 101001 | 1011101 | 0 | 1010 | 100010010 | 1010111 | 110000 |
Color Harmonies of #8710E5
Complementary color
Monochromatic Colors of #8710E5
Black with #8710E5
Text Example
Text Example
White with #8710E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710E5; }
p { color: rgb(135,16,229); }
H1.HeaderClassName
{
color: #8710E5;
}
.AnyTagClassName
{
color: #8710E5;
}
</style>
background-color css
<style>
a { background-color: #8710E5; }
a { background-color: rgb(135,16,229); }
div.DivClassName
{
background-color: #8710E5;
}
.BgClassName
{
background-color: #8710E5;
}
</style>
border-color css
<style>
span { border-color: #8710E5; }
span { border-color: rgb(135,16,229); }
td.TdClassName
{
border-color: #8710E5;
}
.TagClassName
{
border-color: #8710E5;
}
</style>