Shades of Blue Violet #8210E7
Tints of Blue Violet #8210E7
RGB
CMYK
RGB Variations
Color information
#8210E7 (or 0x8210E7) is known color: Blue Violet. HEX triplet: 82, 10 and E7. RGB value is (130,16,231). Sum of RGB (Red+Green+Blue) = 130+16+231=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #8210E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210E7 is #7DEF18. Grayscale: #494949. Windows color (decimal): -8253209 or 15143042. OLE color: 15143042.
HSL color Cylindrical-coordinate representation of color #8210E7: hue angle of 271.81º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8210E7 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 16 | 231 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.09 |
| HSL | 271.81º | 0.87% | 0.48% | - |
| HSV(B) | 271.81º | 0.93% | 0.91% | - |
| XYZ | 23.82 | 10.89 | 76.45 | - |
| YUV | 74.6 | 216.27 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 231 | 0.44 | 0.93 | 0 | 0.09 | 271.81 | 0.87 | 0.48 |
| Hex | 82 | 10 | E7 | 2C | 5D | 0 | 9 | 110 | 57 | 30 |
| Octal | 202 | 20 | 347 | 54 | 135 | 0 | 11 | 420 | 127 | 60 |
| Binary | 10000010 | 10000 | 11100111 | 101100 | 1011101 | 0 | 1001 | 100010000 | 1010111 | 110000 |
Color Harmonies of #8210E7
Complementary color
Monochromatic Colors of #8210E7
Black with #8210E7
Text Example
Text Example
White with #8210E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210E7; }
p { color: rgb(130,16,231); }
H1.HeaderClassName
{
color: #8210E7;
}
.AnyTagClassName
{
color: #8210E7;
}
</style>
background-color css
<style>
a { background-color: #8210E7; }
a { background-color: rgb(130,16,231); }
div.DivClassName
{
background-color: #8210E7;
}
.BgClassName
{
background-color: #8210E7;
}
</style>
border-color css
<style>
span { border-color: #8210E7; }
span { border-color: rgb(130,16,231); }
td.TdClassName
{
border-color: #8210E7;
}
.TagClassName
{
border-color: #8210E7;
}
</style>