Shades of Blue Violet #8228DB
Tints of Blue Violet #8228DB
RGB
CMYK
RGB Variations
Color information
#8228DB (or 0x8228DB) is known color: Blue Violet. HEX triplet: 82, 28 and DB. RGB value is (130,40,219). Sum of RGB (Red+Green+Blue) = 130+40+219=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #8228DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228DB is #7DD724. Grayscale: #565656. Windows color (decimal): -8247077 or 14362754. OLE color: 14362754.
HSL color Cylindrical-coordinate representation of color #8228DB: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8228DB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 40 | 219 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.14 |
| HSL | 270.17º | 0.71% | 0.51% | - |
| HSV(B) | 270.17º | 0.82% | 0.86% | - |
| XYZ | 22.75 | 11.38 | 68.01 | - |
| YUV | 87.32 | 202.32 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 219 | 0.41 | 0.82 | 0 | 0.14 | 270.17 | 0.71 | 0.51 |
| Hex | 82 | 28 | DB | 29 | 52 | 0 | E | 10E | 47 | 33 |
| Octal | 202 | 50 | 333 | 51 | 122 | 0 | 16 | 416 | 107 | 63 |
| Binary | 10000010 | 101000 | 11011011 | 101001 | 1010010 | 0 | 1110 | 100001110 | 1000111 | 110011 |
Color Harmonies of #8228DB
Complementary color
Monochromatic Colors of #8228DB
Black with #8228DB
Text Example
Text Example
White with #8228DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228DB; }
p { color: rgb(130,40,219); }
H1.HeaderClassName
{
color: #8228DB;
}
.AnyTagClassName
{
color: #8228DB;
}
</style>
background-color css
<style>
a { background-color: #8228DB; }
a { background-color: rgb(130,40,219); }
div.DivClassName
{
background-color: #8228DB;
}
.BgClassName
{
background-color: #8228DB;
}
</style>
border-color css
<style>
span { border-color: #8228DB; }
span { border-color: rgb(130,40,219); }
td.TdClassName
{
border-color: #8228DB;
}
.TagClassName
{
border-color: #8228DB;
}
</style>