Shades of Blue Violet #8730E7
Tints of Blue Violet #8730E7
RGB
CMYK
RGB Variations
Color information
#8730E7 (or 0x8730E7) is known color: Blue Violet. HEX triplet: 87, 30 and E7. RGB value is (135,48,231). Sum of RGB (Red+Green+Blue) = 135+48+231=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #8730E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8730E7 is #78CF18. Grayscale: #5E5E5E. Windows color (decimal): -7917337 or 15151239. OLE color: 15151239.
HSL color Cylindrical-coordinate representation of color #8730E7: hue angle of 268.52º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8730E7 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 48 | 231 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.09 |
| HSL | 268.52º | 0.79% | 0.55% | - |
| HSV(B) | 268.52º | 0.79% | 0.91% | - |
| XYZ | 25.47 | 13.03 | 76.77 | - |
| YUV | 94.88 | 204.82 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 231 | 0.42 | 0.79 | 0 | 0.09 | 268.52 | 0.79 | 0.55 |
| Hex | 87 | 30 | E7 | 2A | 4F | 0 | 9 | 10D | 4F | 37 |
| Octal | 207 | 60 | 347 | 52 | 117 | 0 | 11 | 415 | 117 | 67 |
| Binary | 10000111 | 110000 | 11100111 | 101010 | 1001111 | 0 | 1001 | 100001101 | 1001111 | 110111 |
Color Harmonies of #8730E7
Complementary color
Monochromatic Colors of #8730E7
Black with #8730E7
Text Example
Text Example
White with #8730E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8730E7; }
p { color: rgb(135,48,231); }
H1.HeaderClassName
{
color: #8730E7;
}
.AnyTagClassName
{
color: #8730E7;
}
</style>
background-color css
<style>
a { background-color: #8730E7; }
a { background-color: rgb(135,48,231); }
div.DivClassName
{
background-color: #8730E7;
}
.BgClassName
{
background-color: #8730E7;
}
</style>
border-color css
<style>
span { border-color: #8730E7; }
span { border-color: rgb(135,48,231); }
td.TdClassName
{
border-color: #8730E7;
}
.TagClassName
{
border-color: #8730E7;
}
</style>