Shades of Blue Violet #8712E3
Tints of Blue Violet #8712E3
RGB
CMYK
RGB Variations
Color information
#8712E3 (or 0x8712E3) is known color: Blue Violet. HEX triplet: 87, 12 and E3. RGB value is (135,18,227). Sum of RGB (Red+Green+Blue) = 135+18+227=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 227 (89.06% from 255 or 59.74% from 380); Max value from RGB is 227 - color contains mainly: blue. Hex color #8712E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712E3 is #78ED1C. Grayscale: #4C4C4C. Windows color (decimal): -7925021 or 14881415. OLE color: 14881415.
HSL color Cylindrical-coordinate representation of color #8712E3: hue angle of 273.59º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8712E3 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 18 | 227 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.11 |
| HSL | 273.59º | 0.85% | 0.48% | - |
| HSV(B) | 273.59º | 0.92% | 0.89% | - |
| XYZ | 24.07 | 11.13 | 73.55 | - |
| YUV | 76.81 | 212.76 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 227 | 0.41 | 0.92 | 0 | 0.11 | 273.59 | 0.85 | 0.48 |
| Hex | 87 | 12 | E3 | 29 | 5C | 0 | B | 112 | 55 | 30 |
| Octal | 207 | 22 | 343 | 51 | 134 | 0 | 13 | 422 | 125 | 60 |
| Binary | 10000111 | 10010 | 11100011 | 101001 | 1011100 | 0 | 1011 | 100010010 | 1010101 | 110000 |
Color Harmonies of #8712E3
Complementary color
Monochromatic Colors of #8712E3
Black with #8712E3
Text Example
Text Example
White with #8712E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712E3; }
p { color: rgb(135,18,227); }
H1.HeaderClassName
{
color: #8712E3;
}
.AnyTagClassName
{
color: #8712E3;
}
</style>
background-color css
<style>
a { background-color: #8712E3; }
a { background-color: rgb(135,18,227); }
div.DivClassName
{
background-color: #8712E3;
}
.BgClassName
{
background-color: #8712E3;
}
</style>
border-color css
<style>
span { border-color: #8712E3; }
span { border-color: rgb(135,18,227); }
td.TdClassName
{
border-color: #8712E3;
}
.TagClassName
{
border-color: #8712E3;
}
</style>