Shades of Blue Violet #8218F6
Tints of Blue Violet #8218F6
RGB
CMYK
RGB Variations
Color information
#8218F6 (or 0x8218F6) is known color: Blue Violet. HEX triplet: 82, 18 and F6. RGB value is (130,24,246). Sum of RGB (Red+Green+Blue) = 130+24+246=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #8218F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8218F6 is #7DE709. Grayscale: #505050. Windows color (decimal): -8251146 or 16128130. OLE color: 16128130.
HSL color Cylindrical-coordinate representation of color #8218F6: hue angle of 268.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8218F6 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 24 | 246 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.04 |
| HSL | 268.65º | 0.93% | 0.53% | - |
| HSV(B) | 268.65º | 0.9% | 0.96% | - |
| XYZ | 26.17 | 12.05 | 88.14 | - |
| YUV | 81 | 221.12 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 246 | 0.47 | 0.90 | 0 | 0.04 | 268.65 | 0.93 | 0.53 |
| Hex | 82 | 18 | F6 | 2F | 5A | 0 | 4 | 10D | 5C | 35 |
| Octal | 202 | 30 | 366 | 57 | 132 | 0 | 4 | 415 | 134 | 65 |
| Binary | 10000010 | 11000 | 11110110 | 101111 | 1011010 | 0 | 100 | 100001101 | 1011100 | 110101 |
Color Harmonies of #8218F6
Complementary color
Monochromatic Colors of #8218F6
Black with #8218F6
Text Example
Text Example
White with #8218F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218F6; }
p { color: rgb(130,24,246); }
H1.HeaderClassName
{
color: #8218F6;
}
.AnyTagClassName
{
color: #8218F6;
}
</style>
background-color css
<style>
a { background-color: #8218F6; }
a { background-color: rgb(130,24,246); }
div.DivClassName
{
background-color: #8218F6;
}
.BgClassName
{
background-color: #8218F6;
}
</style>
border-color css
<style>
span { border-color: #8218F6; }
span { border-color: rgb(130,24,246); }
td.TdClassName
{
border-color: #8218F6;
}
.TagClassName
{
border-color: #8218F6;
}
</style>