Shades of Blue Violet #8228DE
Tints of Blue Violet #8228DE
RGB
CMYK
RGB Variations
Color information
#8228DE (or 0x8228DE) is known color: Blue Violet. HEX triplet: 82, 28 and DE. RGB value is (130,40,222). Sum of RGB (Red+Green+Blue) = 130+40+222=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #8228DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228DE is #7DD721. Grayscale: #575757. Windows color (decimal): -8247074 or 14559362. OLE color: 14559362.
HSL color Cylindrical-coordinate representation of color #8228DE: hue angle of 269.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8228DE is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 40 | 222 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.13 |
| HSL | 269.67º | 0.73% | 0.51% | - |
| HSV(B) | 269.67º | 0.82% | 0.87% | - |
| XYZ | 23.15 | 11.54 | 70.11 | - |
| YUV | 87.66 | 203.82 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 222 | 0.41 | 0.82 | 0 | 0.13 | 269.67 | 0.73 | 0.51 |
| Hex | 82 | 28 | DE | 29 | 52 | 0 | D | 10E | 49 | 33 |
| Octal | 202 | 50 | 336 | 51 | 122 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000010 | 101000 | 11011110 | 101001 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8228DE
Complementary color
Monochromatic Colors of #8228DE
Black with #8228DE
Text Example
Text Example
White with #8228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228DE; }
p { color: rgb(130,40,222); }
H1.HeaderClassName
{
color: #8228DE;
}
.AnyTagClassName
{
color: #8228DE;
}
</style>
background-color css
<style>
a { background-color: #8228DE; }
a { background-color: rgb(130,40,222); }
div.DivClassName
{
background-color: #8228DE;
}
.BgClassName
{
background-color: #8228DE;
}
</style>
border-color css
<style>
span { border-color: #8228DE; }
span { border-color: rgb(130,40,222); }
td.TdClassName
{
border-color: #8228DE;
}
.TagClassName
{
border-color: #8228DE;
}
</style>