Shades of Blue Violet #8217E0
Tints of Blue Violet #8217E0
RGB
CMYK
RGB Variations
Color information
#8217E0 (or 0x8217E0) is known color: Blue Violet. HEX triplet: 82, 17 and E0. RGB value is (130,23,224). Sum of RGB (Red+Green+Blue) = 130+23+224=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #8217E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217E0 is #7DE81F. Grayscale: #4D4D4D. Windows color (decimal): -8251424 or 14686082. OLE color: 14686082.
HSL color Cylindrical-coordinate representation of color #8217E0: hue angle of 271.94º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8217E0 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 23 | 224 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.12 |
| HSL | 271.94º | 0.81% | 0.48% | - |
| HSV(B) | 271.94º | 0.9% | 0.88% | - |
| XYZ | 22.97 | 10.74 | 71.38 | - |
| YUV | 77.91 | 210.45 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 224 | 0.42 | 0.90 | 0 | 0.12 | 271.94 | 0.81 | 0.48 |
| Hex | 82 | 17 | E0 | 2A | 5A | 0 | C | 110 | 51 | 30 |
| Octal | 202 | 27 | 340 | 52 | 132 | 0 | 14 | 420 | 121 | 60 |
| Binary | 10000010 | 10111 | 11100000 | 101010 | 1011010 | 0 | 1100 | 100010000 | 1010001 | 110000 |
Color Harmonies of #8217E0
Complementary color
Monochromatic Colors of #8217E0
Black with #8217E0
Text Example
Text Example
White with #8217E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217E0; }
p { color: rgb(130,23,224); }
H1.HeaderClassName
{
color: #8217E0;
}
.AnyTagClassName
{
color: #8217E0;
}
</style>
background-color css
<style>
a { background-color: #8217E0; }
a { background-color: rgb(130,23,224); }
div.DivClassName
{
background-color: #8217E0;
}
.BgClassName
{
background-color: #8217E0;
}
</style>
border-color css
<style>
span { border-color: #8217E0; }
span { border-color: rgb(130,23,224); }
td.TdClassName
{
border-color: #8217E0;
}
.TagClassName
{
border-color: #8217E0;
}
</style>