Shades of Blue Violet #8218DB
Tints of Blue Violet #8218DB
RGB
CMYK
RGB Variations
Color information
#8218DB (or 0x8218DB) is known color: Blue Violet. HEX triplet: 82, 18 and DB. RGB value is (130,24,219). Sum of RGB (Red+Green+Blue) = 130+24+219=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8218DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8218DB is #7DE724. Grayscale: #4D4D4D. Windows color (decimal): -8251173 or 14358658. OLE color: 14358658.
HSL color Cylindrical-coordinate representation of color #8218DB: hue angle of 272.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8218DB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 24 | 219 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.14 |
| HSL | 272.62º | 0.8% | 0.48% | - |
| HSV(B) | 272.62º | 0.89% | 0.86% | - |
| XYZ | 22.32 | 10.51 | 67.87 | - |
| YUV | 77.92 | 207.62 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 219 | 0.41 | 0.89 | 0 | 0.14 | 272.62 | 0.8 | 0.48 |
| Hex | 82 | 18 | DB | 29 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 202 | 30 | 333 | 51 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000010 | 11000 | 11011011 | 101001 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8218DB
Complementary color
Monochromatic Colors of #8218DB
Black with #8218DB
Text Example
Text Example
White with #8218DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218DB; }
p { color: rgb(130,24,219); }
H1.HeaderClassName
{
color: #8218DB;
}
.AnyTagClassName
{
color: #8218DB;
}
</style>
background-color css
<style>
a { background-color: #8218DB; }
a { background-color: rgb(130,24,219); }
div.DivClassName
{
background-color: #8218DB;
}
.BgClassName
{
background-color: #8218DB;
}
</style>
border-color css
<style>
span { border-color: #8218DB; }
span { border-color: rgb(130,24,219); }
td.TdClassName
{
border-color: #8218DB;
}
.TagClassName
{
border-color: #8218DB;
}
</style>