Shades of Blue Violet #8228DD
Tints of Blue Violet #8228DD
RGB
CMYK
RGB Variations
Color information
#8228DD (or 0x8228DD) is known color: Blue Violet. HEX triplet: 82, 28 and DD. RGB value is (130,40,221). Sum of RGB (Red+Green+Blue) = 130+40+221=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #8228DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228DD is #7DD722. Grayscale: #565656. Windows color (decimal): -8247075 or 14493826. OLE color: 14493826.
HSL color Cylindrical-coordinate representation of color #8228DD: hue angle of 269.83º 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 #8228DD is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 40 | 221 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.13 |
| HSL | 269.83º | 0.73% | 0.51% | - |
| HSV(B) | 269.83º | 0.82% | 0.87% | - |
| XYZ | 23.02 | 11.48 | 69.41 | - |
| YUV | 87.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 221 | 0.41 | 0.82 | 0 | 0.13 | 269.83 | 0.73 | 0.51 |
| Hex | 82 | 28 | DD | 29 | 52 | 0 | D | 10E | 49 | 33 |
| Octal | 202 | 50 | 335 | 51 | 122 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000010 | 101000 | 11011101 | 101001 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8228DD
Complementary color
Monochromatic Colors of #8228DD
Black with #8228DD
Text Example
Text Example
White with #8228DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228DD; }
p { color: rgb(130,40,221); }
H1.HeaderClassName
{
color: #8228DD;
}
.AnyTagClassName
{
color: #8228DD;
}
</style>
background-color css
<style>
a { background-color: #8228DD; }
a { background-color: rgb(130,40,221); }
div.DivClassName
{
background-color: #8228DD;
}
.BgClassName
{
background-color: #8228DD;
}
</style>
border-color css
<style>
span { border-color: #8228DD; }
span { border-color: rgb(130,40,221); }
td.TdClassName
{
border-color: #8228DD;
}
.TagClassName
{
border-color: #8228DD;
}
</style>