Shades of Blue Violet #8724EA
Tints of Blue Violet #8724EA
RGB
CMYK
RGB Variations
Color information
#8724EA (or 0x8724EA) is known color: Blue Violet. HEX triplet: 87, 24 and EA. RGB value is (135,36,234). Sum of RGB (Red+Green+Blue) = 135+36+234=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8724EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8724EA is #78DB15. Grayscale: #575757. Windows color (decimal): -7920406 or 15344775. OLE color: 15344775.
HSL color Cylindrical-coordinate representation of color #8724EA: hue angle of 270º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8724EA is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 36 | 234 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.08 |
| HSL | 270º | 0.83% | 0.53% | - |
| HSV(B) | 270º | 0.85% | 0.92% | - |
| XYZ | 25.47 | 12.35 | 78.88 | - |
| YUV | 88.17 | 210.3 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 234 | 0.42 | 0.85 | 0 | 0.08 | 270 | 0.83 | 0.53 |
| Hex | 87 | 24 | EA | 2A | 55 | 0 | 8 | 10E | 52 | 35 |
| Octal | 207 | 44 | 352 | 52 | 125 | 0 | 10 | 416 | 122 | 65 |
| Binary | 10000111 | 100100 | 11101010 | 101010 | 1010101 | 0 | 1000 | 100001110 | 1010010 | 110101 |
Color Harmonies of #8724EA
Complementary color
Monochromatic Colors of #8724EA
Black with #8724EA
Text Example
Text Example
White with #8724EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8724EA; }
p { color: rgb(135,36,234); }
H1.HeaderClassName
{
color: #8724EA;
}
.AnyTagClassName
{
color: #8724EA;
}
</style>
background-color css
<style>
a { background-color: #8724EA; }
a { background-color: rgb(135,36,234); }
div.DivClassName
{
background-color: #8724EA;
}
.BgClassName
{
background-color: #8724EA;
}
</style>
border-color css
<style>
span { border-color: #8724EA; }
span { border-color: rgb(135,36,234); }
td.TdClassName
{
border-color: #8724EA;
}
.TagClassName
{
border-color: #8724EA;
}
</style>