Shades of Blue Violet #8215EA
Tints of Blue Violet #8215EA
RGB
CMYK
RGB Variations
Color information
#8215EA (or 0x8215EA) is known color: Blue Violet. HEX triplet: 82, 15 and EA. RGB value is (130,21,234). Sum of RGB (Red+Green+Blue) = 130+21+234=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #8215EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8215EA is #7DEA15. Grayscale: #4D4D4D. Windows color (decimal): -8251926 or 15340930. OLE color: 15340930.
HSL color Cylindrical-coordinate representation of color #8215EA: hue angle of 270.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8215EA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 21 | 234 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.08 |
| HSL | 270.7º | 0.84% | 0.5% | - |
| HSV(B) | 270.7º | 0.91% | 0.92% | - |
| XYZ | 24.33 | 11.22 | 78.73 | - |
| YUV | 77.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 234 | 0.44 | 0.91 | 0 | 0.08 | 270.7 | 0.84 | 0.5 |
| Hex | 82 | 15 | EA | 2C | 5B | 0 | 8 | 10F | 54 | 32 |
| Octal | 202 | 25 | 352 | 54 | 133 | 0 | 10 | 417 | 124 | 62 |
| Binary | 10000010 | 10101 | 11101010 | 101100 | 1011011 | 0 | 1000 | 100001111 | 1010100 | 110010 |
Color Harmonies of #8215EA
Complementary color
Monochromatic Colors of #8215EA
Black with #8215EA
Text Example
Text Example
White with #8215EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215EA; }
p { color: rgb(130,21,234); }
H1.HeaderClassName
{
color: #8215EA;
}
.AnyTagClassName
{
color: #8215EA;
}
</style>
background-color css
<style>
a { background-color: #8215EA; }
a { background-color: rgb(130,21,234); }
div.DivClassName
{
background-color: #8215EA;
}
.BgClassName
{
background-color: #8215EA;
}
</style>
border-color css
<style>
span { border-color: #8215EA; }
span { border-color: rgb(130,21,234); }
td.TdClassName
{
border-color: #8215EA;
}
.TagClassName
{
border-color: #8215EA;
}
</style>