Shades of Blue Violet #8731EA
Tints of Blue Violet #8731EA
RGB
CMYK
RGB Variations
Color information
#8731EA (or 0x8731EA) is known color: Blue Violet. HEX triplet: 87, 31 and EA. RGB value is (135,49,234). Sum of RGB (Red+Green+Blue) = 135+49+234=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #8731EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8731EA is #78CE15. Grayscale: #5F5F5F. Windows color (decimal): -7917078 or 15348103. OLE color: 15348103.
HSL color Cylindrical-coordinate representation of color #8731EA: hue angle of 267.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8731EA is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 49 | 234 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.08 |
| HSL | 267.89º | 0.81% | 0.55% | - |
| HSV(B) | 267.89º | 0.79% | 0.92% | - |
| XYZ | 25.94 | 13.29 | 79.04 | - |
| YUV | 95.8 | 205.99 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 234 | 0.42 | 0.79 | 0 | 0.08 | 267.89 | 0.81 | 0.55 |
| Hex | 87 | 31 | EA | 2A | 4F | 0 | 8 | 10C | 51 | 37 |
| Octal | 207 | 61 | 352 | 52 | 117 | 0 | 10 | 414 | 121 | 67 |
| Binary | 10000111 | 110001 | 11101010 | 101010 | 1001111 | 0 | 1000 | 100001100 | 1010001 | 110111 |
Color Harmonies of #8731EA
Complementary color
Monochromatic Colors of #8731EA
Black with #8731EA
Text Example
Text Example
White with #8731EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731EA; }
p { color: rgb(135,49,234); }
H1.HeaderClassName
{
color: #8731EA;
}
.AnyTagClassName
{
color: #8731EA;
}
</style>
background-color css
<style>
a { background-color: #8731EA; }
a { background-color: rgb(135,49,234); }
div.DivClassName
{
background-color: #8731EA;
}
.BgClassName
{
background-color: #8731EA;
}
</style>
border-color css
<style>
span { border-color: #8731EA; }
span { border-color: rgb(135,49,234); }
td.TdClassName
{
border-color: #8731EA;
}
.TagClassName
{
border-color: #8731EA;
}
</style>