Shades of Blue Violet #8227E9
Tints of Blue Violet #8227E9
RGB
CMYK
RGB Variations
Color information
#8227E9 (or 0x8227E9) is known color: Blue Violet. HEX triplet: 82, 27 and E9. RGB value is (130,39,233). Sum of RGB (Red+Green+Blue) = 130+39+233=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #8227E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8227E9 is #7DD816. Grayscale: #575757. Windows color (decimal): -8247319 or 15280002. OLE color: 15280002.
HSL color Cylindrical-coordinate representation of color #8227E9: hue angle of 268.14º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8227E9 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 39 | 233 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.09 |
| HSL | 268.14º | 0.82% | 0.53% | - |
| HSV(B) | 268.14º | 0.83% | 0.91% | - |
| XYZ | 24.64 | 12.08 | 78.12 | - |
| YUV | 88.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 233 | 0.44 | 0.83 | 0 | 0.09 | 268.14 | 0.82 | 0.53 |
| Hex | 82 | 27 | E9 | 2C | 53 | 0 | 9 | 10C | 52 | 35 |
| Octal | 202 | 47 | 351 | 54 | 123 | 0 | 11 | 414 | 122 | 65 |
| Binary | 10000010 | 100111 | 11101001 | 101100 | 1010011 | 0 | 1001 | 100001100 | 1010010 | 110101 |
Color Harmonies of #8227E9
Complementary color
Monochromatic Colors of #8227E9
Black with #8227E9
Text Example
Text Example
White with #8227E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227E9; }
p { color: rgb(130,39,233); }
H1.HeaderClassName
{
color: #8227E9;
}
.AnyTagClassName
{
color: #8227E9;
}
</style>
background-color css
<style>
a { background-color: #8227E9; }
a { background-color: rgb(130,39,233); }
div.DivClassName
{
background-color: #8227E9;
}
.BgClassName
{
background-color: #8227E9;
}
</style>
border-color css
<style>
span { border-color: #8227E9; }
span { border-color: rgb(130,39,233); }
td.TdClassName
{
border-color: #8227E9;
}
.TagClassName
{
border-color: #8227E9;
}
</style>