Shades of Blue Violet #8812F6
Tints of Blue Violet #8812F6
RGB
CMYK
RGB Variations
Color information
#8812F6 (or 0x8812F6) is known color: Blue Violet. HEX triplet: 88, 12 and F6. RGB value is (136,18,246). Sum of RGB (Red+Green+Blue) = 136+18+246=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 18 (7.42% from 255 or 4.5% 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 #8812F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8812F6 is #77ED09. Grayscale: #4E4E4E. Windows color (decimal): -7859466 or 16126600. OLE color: 16126600.
HSL color Cylindrical-coordinate representation of color #8812F6: hue angle of 271.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8812F6 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 18 | 246 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.04 |
| HSL | 271.05º | 0.93% | 0.52% | - |
| HSV(B) | 271.05º | 0.93% | 0.96% | - |
| XYZ | 27 | 12.32 | 88.14 | - |
| YUV | 79.27 | 222.09 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 246 | 0.45 | 0.93 | 0 | 0.04 | 271.05 | 0.93 | 0.52 |
| Hex | 88 | 12 | F6 | 2D | 5D | 0 | 4 | 10F | 5D | 34 |
| Octal | 210 | 22 | 366 | 55 | 135 | 0 | 4 | 417 | 135 | 64 |
| Binary | 10001000 | 10010 | 11110110 | 101101 | 1011101 | 0 | 100 | 100001111 | 1011101 | 110100 |
Color Harmonies of #8812F6
Complementary color
Monochromatic Colors of #8812F6
Black with #8812F6
Text Example
Text Example
White with #8812F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812F6; }
p { color: rgb(136,18,246); }
H1.HeaderClassName
{
color: #8812F6;
}
.AnyTagClassName
{
color: #8812F6;
}
</style>
background-color css
<style>
a { background-color: #8812F6; }
a { background-color: rgb(136,18,246); }
div.DivClassName
{
background-color: #8812F6;
}
.BgClassName
{
background-color: #8812F6;
}
</style>
border-color css
<style>
span { border-color: #8812F6; }
span { border-color: rgb(136,18,246); }
td.TdClassName
{
border-color: #8812F6;
}
.TagClassName
{
border-color: #8812F6;
}
</style>