Shades of Blue Violet #8218FF
Tints of Blue Violet #8218FF
RGB
CMYK
RGB Variations
Color information
#8218FF (or 0x8218FF) is known color: Blue Violet. HEX triplet: 82, 18 and FF. RGB value is (130,24,255). Sum of RGB (Red+Green+Blue) = 130+24+255=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #8218FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8218FF is #7DE700. Grayscale: #515151. Windows color (decimal): -8251137 or 16717954. OLE color: 16717954.
HSL color Cylindrical-coordinate representation of color #8218FF: hue angle of 267.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8218FF is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 24 | 255 | - |
| CMYK | 0.49 | 0.91 | 0 | 0 |
| HSL | 267.53º | 1% | 0.55% | - |
| HSV(B) | 267.53º | 0.91% | 1% | - |
| XYZ | 27.58 | 12.62 | 95.59 | - |
| YUV | 82.03 | 225.62 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 255 | 0.49 | 0.91 | 0 | 0 | 267.53 | 1 | 0.55 |
| Hex | 82 | 18 | FF | 31 | 5B | 0 | 0 | 10C | 64 | 37 |
| Octal | 202 | 30 | 377 | 61 | 133 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000010 | 11000 | 11111111 | 110001 | 1011011 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #8218FF
Complementary color
Monochromatic Colors of #8218FF
Black with #8218FF
Text Example
Text Example
White with #8218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218FF; }
p { color: rgb(130,24,255); }
H1.HeaderClassName
{
color: #8218FF;
}
.AnyTagClassName
{
color: #8218FF;
}
</style>
background-color css
<style>
a { background-color: #8218FF; }
a { background-color: rgb(130,24,255); }
div.DivClassName
{
background-color: #8218FF;
}
.BgClassName
{
background-color: #8218FF;
}
</style>
border-color css
<style>
span { border-color: #8218FF; }
span { border-color: rgb(130,24,255); }
td.TdClassName
{
border-color: #8218FF;
}
.TagClassName
{
border-color: #8218FF;
}
</style>