Shades of Blue Violet #8730EA
Tints of Blue Violet #8730EA
RGB
CMYK
RGB Variations
Color information
#8730EA (or 0x8730EA) is known color: Blue Violet. HEX triplet: 87, 30 and EA. RGB value is (135,48,234). Sum of RGB (Red+Green+Blue) = 135+48+234=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #8730EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8730EA is #78CF15. Grayscale: #5E5E5E. Windows color (decimal): -7917334 or 15347847. OLE color: 15347847.
HSL color Cylindrical-coordinate representation of color #8730EA: hue angle of 268.06º degrees, saturation: 0.82, 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 #8730EA is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 48 | 234 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.08 |
| HSL | 268.06º | 0.82% | 0.55% | - |
| HSV(B) | 268.06º | 0.79% | 0.92% | - |
| XYZ | 25.9 | 13.21 | 79.03 | - |
| YUV | 95.22 | 206.32 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 234 | 0.42 | 0.79 | 0 | 0.08 | 268.06 | 0.82 | 0.55 |
| Hex | 87 | 30 | EA | 2A | 4F | 0 | 8 | 10C | 52 | 37 |
| Octal | 207 | 60 | 352 | 52 | 117 | 0 | 10 | 414 | 122 | 67 |
| Binary | 10000111 | 110000 | 11101010 | 101010 | 1001111 | 0 | 1000 | 100001100 | 1010010 | 110111 |
Color Harmonies of #8730EA
Complementary color
Monochromatic Colors of #8730EA
Black with #8730EA
Text Example
Text Example
White with #8730EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730EA; }
p { color: rgb(135,48,234); }
H1.HeaderClassName
{
color: #8730EA;
}
.AnyTagClassName
{
color: #8730EA;
}
</style>
background-color css
<style>
a { background-color: #8730EA; }
a { background-color: rgb(135,48,234); }
div.DivClassName
{
background-color: #8730EA;
}
.BgClassName
{
background-color: #8730EA;
}
</style>
border-color css
<style>
span { border-color: #8730EA; }
span { border-color: rgb(135,48,234); }
td.TdClassName
{
border-color: #8730EA;
}
.TagClassName
{
border-color: #8730EA;
}
</style>