Shades of Blue Violet #8D16EA
Tints of Blue Violet #8D16EA
RGB
CMYK
RGB Variations
Color information
#8D16EA (or 0x8D16EA) is known color: Blue Violet. HEX triplet: 8D, 16 and EA. RGB value is (141,22,234). Sum of RGB (Red+Green+Blue) = 141+22+234=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D16EA is #72E915. Grayscale: #515151. Windows color (decimal): -7530774 or 15341197. OLE color: 15341197.
HSL color Cylindrical-coordinate representation of color #8D16EA: hue angle of 273.68º degrees, saturation: 0.83, 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 #8D16EA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 22 | 234 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.08 |
| HSL | 273.68º | 0.83% | 0.5% | - |
| HSV(B) | 273.68º | 0.91% | 0.92% | - |
| XYZ | 26.12 | 12.18 | 78.82 | - |
| YUV | 81.75 | 213.92 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 234 | 0.40 | 0.91 | 0 | 0.08 | 273.68 | 0.83 | 0.5 |
| Hex | 8D | 16 | EA | 28 | 5B | 0 | 8 | 112 | 53 | 32 |
| Octal | 215 | 26 | 352 | 50 | 133 | 0 | 10 | 422 | 123 | 62 |
| Binary | 10001101 | 10110 | 11101010 | 101000 | 1011011 | 0 | 1000 | 100010010 | 1010011 | 110010 |
Color Harmonies of #8D16EA
Complementary color
Monochromatic Colors of #8D16EA
Black with #8D16EA
Text Example
Text Example
White with #8D16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16EA; }
p { color: rgb(141,22,234); }
H1.HeaderClassName
{
color: #8D16EA;
}
.AnyTagClassName
{
color: #8D16EA;
}
</style>
background-color css
<style>
a { background-color: #8D16EA; }
a { background-color: rgb(141,22,234); }
div.DivClassName
{
background-color: #8D16EA;
}
.BgClassName
{
background-color: #8D16EA;
}
</style>
border-color css
<style>
span { border-color: #8D16EA; }
span { border-color: rgb(141,22,234); }
td.TdClassName
{
border-color: #8D16EA;
}
.TagClassName
{
border-color: #8D16EA;
}
</style>