Shades of Blue Violet #8D35EC
Tints of Blue Violet #8D35EC
RGB
CMYK
RGB Variations
Color information
#8D35EC (or 0x8D35EC) is known color: Blue Violet. HEX triplet: 8D, 35 and EC. RGB value is (141,53,236). Sum of RGB (Red+Green+Blue) = 141+53+236=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D35EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35EC is #72CA13. Grayscale: #636363. Windows color (decimal): -7522836 or 15480205. OLE color: 15480205.
HSL color Cylindrical-coordinate representation of color #8D35EC: hue angle of 268.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D35EC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 53 | 236 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.07 |
| HSL | 268.85º | 0.83% | 0.57% | - |
| HSV(B) | 268.85º | 0.78% | 0.93% | - |
| XYZ | 27.4 | 14.27 | 80.67 | - |
| YUV | 100.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 236 | 0.40 | 0.78 | 0 | 0.07 | 268.85 | 0.83 | 0.57 |
| Hex | 8D | 35 | EC | 28 | 4E | 0 | 7 | 10D | 53 | 39 |
| Octal | 215 | 65 | 354 | 50 | 116 | 0 | 7 | 415 | 123 | 71 |
| Binary | 10001101 | 110101 | 11101100 | 101000 | 1001110 | 0 | 111 | 100001101 | 1010011 | 111001 |
Color Harmonies of #8D35EC
Complementary color
Monochromatic Colors of #8D35EC
Black with #8D35EC
Text Example
Text Example
White with #8D35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D35EC; }
p { color: rgb(141,53,236); }
H1.HeaderClassName
{
color: #8D35EC;
}
.AnyTagClassName
{
color: #8D35EC;
}
</style>
background-color css
<style>
a { background-color: #8D35EC; }
a { background-color: rgb(141,53,236); }
div.DivClassName
{
background-color: #8D35EC;
}
.BgClassName
{
background-color: #8D35EC;
}
</style>
border-color css
<style>
span { border-color: #8D35EC; }
span { border-color: rgb(141,53,236); }
td.TdClassName
{
border-color: #8D35EC;
}
.TagClassName
{
border-color: #8D35EC;
}
</style>