Shades of Blue Violet #8D16EB
Tints of Blue Violet #8D16EB
RGB
CMYK
RGB Variations
Color information
#8D16EB (or 0x8D16EB) is known color: Blue Violet. HEX triplet: 8D, 16 and EB. RGB value is (141,22,235). Sum of RGB (Red+Green+Blue) = 141+22+235=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D16EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D16EB is #72E914. Grayscale: #515151. Windows color (decimal): -7530773 or 15406733. OLE color: 15406733.
HSL color Cylindrical-coordinate representation of color #8D16EB: hue angle of 273.52º 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 #8D16EB is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 22 | 235 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.08 |
| HSL | 273.52º | 0.84% | 0.5% | - |
| HSV(B) | 273.52º | 0.91% | 0.92% | - |
| XYZ | 26.27 | 12.23 | 79.57 | - |
| YUV | 81.86 | 214.42 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 235 | 0.4 | 0.91 | 0 | 0.08 | 273.52 | 0.84 | 0.5 |
| Hex | 8D | 16 | EB | 28 | 5B | 0 | 8 | 112 | 54 | 32 |
| Octal | 215 | 26 | 353 | 50 | 133 | 0 | 10 | 422 | 124 | 62 |
| Binary | 10001101 | 10110 | 11101011 | 101000 | 1011011 | 0 | 1000 | 100010010 | 1010100 | 110010 |
Color Harmonies of #8D16EB
Complementary color
Monochromatic Colors of #8D16EB
Black with #8D16EB
Text Example
Text Example
White with #8D16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16EB; }
p { color: rgb(141,22,235); }
H1.HeaderClassName
{
color: #8D16EB;
}
.AnyTagClassName
{
color: #8D16EB;
}
</style>
background-color css
<style>
a { background-color: #8D16EB; }
a { background-color: rgb(141,22,235); }
div.DivClassName
{
background-color: #8D16EB;
}
.BgClassName
{
background-color: #8D16EB;
}
</style>
border-color css
<style>
span { border-color: #8D16EB; }
span { border-color: rgb(141,22,235); }
td.TdClassName
{
border-color: #8D16EB;
}
.TagClassName
{
border-color: #8D16EB;
}
</style>