Shades of Blue Violet #8710EF
Tints of Blue Violet #8710EF
RGB
CMYK
RGB Variations
Color information
#8710EF (or 0x8710EF) is known color: Blue Violet. HEX triplet: 87, 10 and EF. RGB value is (135,16,239). Sum of RGB (Red+Green+Blue) = 135+16+239=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #8710EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8710EF is #78EF10. Grayscale: #4C4C4C. Windows color (decimal): -7925521 or 15667335. OLE color: 15667335.
HSL color Cylindrical-coordinate representation of color #8710EF: hue angle of 272.02º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8710EF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 16 | 239 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.06 |
| HSL | 272.02º | 0.87% | 0.5% | - |
| HSV(B) | 272.02º | 0.93% | 0.94% | - |
| XYZ | 25.76 | 11.75 | 82.57 | - |
| YUV | 77 | 219.42 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 239 | 0.44 | 0.93 | 0 | 0.06 | 272.02 | 0.87 | 0.5 |
| Hex | 87 | 10 | EF | 2C | 5D | 0 | 6 | 110 | 57 | 32 |
| Octal | 207 | 20 | 357 | 54 | 135 | 0 | 6 | 420 | 127 | 62 |
| Binary | 10000111 | 10000 | 11101111 | 101100 | 1011101 | 0 | 110 | 100010000 | 1010111 | 110010 |
Color Harmonies of #8710EF
Complementary color
Monochromatic Colors of #8710EF
Black with #8710EF
Text Example
Text Example
White with #8710EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710EF; }
p { color: rgb(135,16,239); }
H1.HeaderClassName
{
color: #8710EF;
}
.AnyTagClassName
{
color: #8710EF;
}
</style>
background-color css
<style>
a { background-color: #8710EF; }
a { background-color: rgb(135,16,239); }
div.DivClassName
{
background-color: #8710EF;
}
.BgClassName
{
background-color: #8710EF;
}
</style>
border-color css
<style>
span { border-color: #8710EF; }
span { border-color: rgb(135,16,239); }
td.TdClassName
{
border-color: #8710EF;
}
.TagClassName
{
border-color: #8710EF;
}
</style>