Shades of Blue Violet #8218DF
Tints of Blue Violet #8218DF
RGB
CMYK
RGB Variations
Color information
#8218DF (or 0x8218DF) is known color: Blue Violet. HEX triplet: 82, 18 and DF. RGB value is (130,24,223). Sum of RGB (Red+Green+Blue) = 130+24+223=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #8218DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8218DF is #7DE720. Grayscale: #4D4D4D. Windows color (decimal): -8251169 or 14620802. OLE color: 14620802.
HSL color Cylindrical-coordinate representation of color #8218DF: hue angle of 271.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8218DF is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 24 | 223 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.13 |
| HSL | 271.96º | 0.81% | 0.48% | - |
| HSV(B) | 271.96º | 0.89% | 0.87% | - |
| XYZ | 22.85 | 10.73 | 70.68 | - |
| YUV | 78.38 | 209.62 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 223 | 0.42 | 0.89 | 0 | 0.13 | 271.96 | 0.81 | 0.48 |
| Hex | 82 | 18 | DF | 2A | 59 | 0 | D | 110 | 51 | 30 |
| Octal | 202 | 30 | 337 | 52 | 131 | 0 | 15 | 420 | 121 | 60 |
| Binary | 10000010 | 11000 | 11011111 | 101010 | 1011001 | 0 | 1101 | 100010000 | 1010001 | 110000 |
Color Harmonies of #8218DF
Complementary color
Monochromatic Colors of #8218DF
Black with #8218DF
Text Example
Text Example
White with #8218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218DF; }
p { color: rgb(130,24,223); }
H1.HeaderClassName
{
color: #8218DF;
}
.AnyTagClassName
{
color: #8218DF;
}
</style>
background-color css
<style>
a { background-color: #8218DF; }
a { background-color: rgb(130,24,223); }
div.DivClassName
{
background-color: #8218DF;
}
.BgClassName
{
background-color: #8218DF;
}
</style>
border-color css
<style>
span { border-color: #8218DF; }
span { border-color: rgb(130,24,223); }
td.TdClassName
{
border-color: #8218DF;
}
.TagClassName
{
border-color: #8218DF;
}
</style>