Shades of Blue Violet #8212F8
Tints of Blue Violet #8212F8
RGB
CMYK
RGB Variations
Color information
#8212F8 (or 0x8212F8) is known color: Blue Violet. HEX triplet: 82, 12 and F8. RGB value is (130,18,248). Sum of RGB (Red+Green+Blue) = 130+18+248=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #8212F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8212F8 is #7DED07. Grayscale: #4C4C4C. Windows color (decimal): -8252680 or 16257666. OLE color: 16257666.
HSL color Cylindrical-coordinate representation of color #8212F8: hue angle of 269.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8212F8 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 18 | 248 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.03 |
| HSL | 269.22º | 0.94% | 0.52% | - |
| HSV(B) | 269.22º | 0.93% | 0.97% | - |
| XYZ | 26.37 | 11.96 | 89.73 | - |
| YUV | 77.71 | 224.11 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 248 | 0.48 | 0.93 | 0 | 0.03 | 269.22 | 0.94 | 0.52 |
| Hex | 82 | 12 | F8 | 30 | 5D | 0 | 3 | 10D | 5E | 34 |
| Octal | 202 | 22 | 370 | 60 | 135 | 0 | 3 | 415 | 136 | 64 |
| Binary | 10000010 | 10010 | 11111000 | 110000 | 1011101 | 0 | 11 | 100001101 | 1011110 | 110100 |
Color Harmonies of #8212F8
Complementary color
Monochromatic Colors of #8212F8
Black with #8212F8
Text Example
Text Example
White with #8212F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212F8; }
p { color: rgb(130,18,248); }
H1.HeaderClassName
{
color: #8212F8;
}
.AnyTagClassName
{
color: #8212F8;
}
</style>
background-color css
<style>
a { background-color: #8212F8; }
a { background-color: rgb(130,18,248); }
div.DivClassName
{
background-color: #8212F8;
}
.BgClassName
{
background-color: #8212F8;
}
</style>
border-color css
<style>
span { border-color: #8212F8; }
span { border-color: rgb(130,18,248); }
td.TdClassName
{
border-color: #8212F8;
}
.TagClassName
{
border-color: #8212F8;
}
</style>