Shades of Blue Violet #8713EE
Tints of Blue Violet #8713EE
RGB
CMYK
RGB Variations
Color information
#8713EE (or 0x8713EE) is known color: Blue Violet. HEX triplet: 87, 13 and EE. RGB value is (135,19,238). Sum of RGB (Red+Green+Blue) = 135+19+238=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8713EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8713EE is #78EC11. Grayscale: #4D4D4D. Windows color (decimal): -7924754 or 15602567. OLE color: 15602567.
HSL color Cylindrical-coordinate representation of color #8713EE: hue angle of 271.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8713EE is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 19 | 238 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.07 |
| HSL | 271.78º | 0.87% | 0.5% | - |
| HSV(B) | 271.78º | 0.92% | 0.93% | - |
| XYZ | 25.66 | 11.79 | 81.81 | - |
| YUV | 78.65 | 217.93 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 238 | 0.43 | 0.92 | 0 | 0.07 | 271.78 | 0.87 | 0.5 |
| Hex | 87 | 13 | EE | 2B | 5C | 0 | 7 | 110 | 57 | 32 |
| Octal | 207 | 23 | 356 | 53 | 134 | 0 | 7 | 420 | 127 | 62 |
| Binary | 10000111 | 10011 | 11101110 | 101011 | 1011100 | 0 | 111 | 100010000 | 1010111 | 110010 |
Color Harmonies of #8713EE
Complementary color
Monochromatic Colors of #8713EE
Black with #8713EE
Text Example
Text Example
White with #8713EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713EE; }
p { color: rgb(135,19,238); }
H1.HeaderClassName
{
color: #8713EE;
}
.AnyTagClassName
{
color: #8713EE;
}
</style>
background-color css
<style>
a { background-color: #8713EE; }
a { background-color: rgb(135,19,238); }
div.DivClassName
{
background-color: #8713EE;
}
.BgClassName
{
background-color: #8713EE;
}
</style>
border-color css
<style>
span { border-color: #8713EE; }
span { border-color: rgb(135,19,238); }
td.TdClassName
{
border-color: #8713EE;
}
.TagClassName
{
border-color: #8713EE;
}
</style>