Shades of Blue Violet #8218FE
Tints of Blue Violet #8218FE
RGB
CMYK
RGB Variations
Color information
#8218FE (or 0x8218FE) is known color: Blue Violet. HEX triplet: 82, 18 and FE. RGB value is (130,24,254). Sum of RGB (Red+Green+Blue) = 130+24+254=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #8218FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8218FE is #7DE701. Grayscale: #515151. Windows color (decimal): -8251138 or 16652418. OLE color: 16652418.
HSL color Cylindrical-coordinate representation of color #8218FE: hue angle of 267.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8218FE is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 24 | 254 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.00 |
| HSL | 267.65º | 0.99% | 0.55% | - |
| HSV(B) | 267.65º | 0.91% | 1% | - |
| XYZ | 27.42 | 12.55 | 94.74 | - |
| YUV | 81.91 | 225.12 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 254 | 0.49 | 0.91 | 0 | 0.00 | 267.65 | 0.99 | 0.55 |
| Hex | 82 | 18 | FE | 31 | 5B | 0 | 0 | 10C | 63 | 37 |
| Octal | 202 | 30 | 376 | 61 | 133 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000010 | 11000 | 11111110 | 110001 | 1011011 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #8218FE
Complementary color
Monochromatic Colors of #8218FE
Black with #8218FE
Text Example
Text Example
White with #8218FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218FE; }
p { color: rgb(130,24,254); }
H1.HeaderClassName
{
color: #8218FE;
}
.AnyTagClassName
{
color: #8218FE;
}
</style>
background-color css
<style>
a { background-color: #8218FE; }
a { background-color: rgb(130,24,254); }
div.DivClassName
{
background-color: #8218FE;
}
.BgClassName
{
background-color: #8218FE;
}
</style>
border-color css
<style>
span { border-color: #8218FE; }
span { border-color: rgb(130,24,254); }
td.TdClassName
{
border-color: #8218FE;
}
.TagClassName
{
border-color: #8218FE;
}
</style>