Shades of Blue Violet #8D13EA
Tints of Blue Violet #8D13EA
RGB
CMYK
RGB Variations
Color information
#8D13EA (or 0x8D13EA) is known color: Blue Violet. HEX triplet: 8D, 13 and EA. RGB value is (141,19,234). Sum of RGB (Red+Green+Blue) = 141+19+234=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D13EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D13EA is #72EC15. Grayscale: #4F4F4F. Windows color (decimal): -7531542 or 15340429. OLE color: 15340429.
HSL color Cylindrical-coordinate representation of color #8D13EA: hue angle of 274.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D13EA is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 19 | 234 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.08 |
| HSL | 274.05º | 0.85% | 0.5% | - |
| HSV(B) | 274.05º | 0.92% | 0.92% | - |
| XYZ | 26.07 | 12.07 | 78.8 | - |
| YUV | 79.99 | 214.92 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 234 | 0.40 | 0.92 | 0 | 0.08 | 274.05 | 0.85 | 0.5 |
| Hex | 8D | 13 | EA | 28 | 5C | 0 | 8 | 112 | 55 | 32 |
| Octal | 215 | 23 | 352 | 50 | 134 | 0 | 10 | 422 | 125 | 62 |
| Binary | 10001101 | 10011 | 11101010 | 101000 | 1011100 | 0 | 1000 | 100010010 | 1010101 | 110010 |
Color Harmonies of #8D13EA
Complementary color
Monochromatic Colors of #8D13EA
Black with #8D13EA
Text Example
Text Example
White with #8D13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D13EA; }
p { color: rgb(141,19,234); }
H1.HeaderClassName
{
color: #8D13EA;
}
.AnyTagClassName
{
color: #8D13EA;
}
</style>
background-color css
<style>
a { background-color: #8D13EA; }
a { background-color: rgb(141,19,234); }
div.DivClassName
{
background-color: #8D13EA;
}
.BgClassName
{
background-color: #8D13EA;
}
</style>
border-color css
<style>
span { border-color: #8D13EA; }
span { border-color: rgb(141,19,234); }
td.TdClassName
{
border-color: #8D13EA;
}
.TagClassName
{
border-color: #8D13EA;
}
</style>