Shades of Blue Violet #8C16EB
Tints of Blue Violet #8C16EB
RGB
CMYK
RGB Variations
Color information
#8C16EB (or 0x8C16EB) is known color: Blue Violet. HEX triplet: 8C, 16 and EB. RGB value is (140,22,235). Sum of RGB (Red+Green+Blue) = 140+22+235=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C16EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C16EB is #73E914. Grayscale: #505050. Windows color (decimal): -7596309 or 15406732. OLE color: 15406732.
HSL color Cylindrical-coordinate representation of color #8C16EB: hue angle of 273.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C16EB is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 22 | 235 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.08 |
| HSL | 273.24º | 0.84% | 0.5% | - |
| HSV(B) | 273.24º | 0.91% | 0.92% | - |
| XYZ | 26.1 | 12.15 | 79.57 | - |
| YUV | 81.56 | 214.59 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 235 | 0.40 | 0.91 | 0 | 0.08 | 273.24 | 0.84 | 0.5 |
| Hex | 8C | 16 | EB | 28 | 5B | 0 | 8 | 111 | 54 | 32 |
| Octal | 214 | 26 | 353 | 50 | 133 | 0 | 10 | 421 | 124 | 62 |
| Binary | 10001100 | 10110 | 11101011 | 101000 | 1011011 | 0 | 1000 | 100010001 | 1010100 | 110010 |
Color Harmonies of #8C16EB
Complementary color
Monochromatic Colors of #8C16EB
Black with #8C16EB
Text Example
Text Example
White with #8C16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16EB; }
p { color: rgb(140,22,235); }
H1.HeaderClassName
{
color: #8C16EB;
}
.AnyTagClassName
{
color: #8C16EB;
}
</style>
background-color css
<style>
a { background-color: #8C16EB; }
a { background-color: rgb(140,22,235); }
div.DivClassName
{
background-color: #8C16EB;
}
.BgClassName
{
background-color: #8C16EB;
}
</style>
border-color css
<style>
span { border-color: #8C16EB; }
span { border-color: rgb(140,22,235); }
td.TdClassName
{
border-color: #8C16EB;
}
.TagClassName
{
border-color: #8C16EB;
}
</style>