Shades of Blue Violet #8227EF
Tints of Blue Violet #8227EF
RGB
CMYK
RGB Variations
Color information
#8227EF (or 0x8227EF) is known color: Blue Violet. HEX triplet: 82, 27 and EF. RGB value is (130,39,239). Sum of RGB (Red+Green+Blue) = 130+39+239=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #8227EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8227EF is #7DD810. Grayscale: #585858. Windows color (decimal): -8247313 or 15673218. OLE color: 15673218.
HSL color Cylindrical-coordinate representation of color #8227EF: hue angle of 267.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8227EF is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 39 | 239 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.06 |
| HSL | 267.3º | 0.86% | 0.55% | - |
| HSV(B) | 267.3º | 0.84% | 0.94% | - |
| XYZ | 25.51 | 12.43 | 82.72 | - |
| YUV | 89.01 | 212.65 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 239 | 0.46 | 0.84 | 0 | 0.06 | 267.3 | 0.86 | 0.55 |
| Hex | 82 | 27 | EF | 2E | 54 | 0 | 6 | 10B | 56 | 37 |
| Octal | 202 | 47 | 357 | 56 | 124 | 0 | 6 | 413 | 126 | 67 |
| Binary | 10000010 | 100111 | 11101111 | 101110 | 1010100 | 0 | 110 | 100001011 | 1010110 | 110111 |
Color Harmonies of #8227EF
Complementary color
Monochromatic Colors of #8227EF
Black with #8227EF
Text Example
Text Example
White with #8227EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227EF; }
p { color: rgb(130,39,239); }
H1.HeaderClassName
{
color: #8227EF;
}
.AnyTagClassName
{
color: #8227EF;
}
</style>
background-color css
<style>
a { background-color: #8227EF; }
a { background-color: rgb(130,39,239); }
div.DivClassName
{
background-color: #8227EF;
}
.BgClassName
{
background-color: #8227EF;
}
</style>
border-color css
<style>
span { border-color: #8227EF; }
span { border-color: rgb(130,39,239); }
td.TdClassName
{
border-color: #8227EF;
}
.TagClassName
{
border-color: #8227EF;
}
</style>