Shades of Blue Violet #8D2CEA
Tints of Blue Violet #8D2CEA
RGB
CMYK
RGB Variations
Color information
#8D2CEA (or 0x8D2CEA) is known color: Blue Violet. HEX triplet: 8D, 2C and EA. RGB value is (141,44,234). Sum of RGB (Red+Green+Blue) = 141+44+234=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2CEA is #72D315. Grayscale: #5D5D5D. Windows color (decimal): -7525142 or 15346829. OLE color: 15346829.
HSL color Cylindrical-coordinate representation of color #8D2CEA: hue angle of 270.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D2CEA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 44 | 234 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.08 |
| HSL | 270.63º | 0.82% | 0.55% | - |
| HSV(B) | 270.63º | 0.81% | 0.92% | - |
| XYZ | 26.74 | 13.4 | 79.02 | - |
| YUV | 94.66 | 206.64 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 234 | 0.40 | 0.81 | 0 | 0.08 | 270.63 | 0.82 | 0.55 |
| Hex | 8D | 2C | EA | 28 | 51 | 0 | 8 | 10F | 52 | 37 |
| Octal | 215 | 54 | 352 | 50 | 121 | 0 | 10 | 417 | 122 | 67 |
| Binary | 10001101 | 101100 | 11101010 | 101000 | 1010001 | 0 | 1000 | 100001111 | 1010010 | 110111 |
Color Harmonies of #8D2CEA
Complementary color
Monochromatic Colors of #8D2CEA
Black with #8D2CEA
Text Example
Text Example
White with #8D2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2CEA; }
p { color: rgb(141,44,234); }
H1.HeaderClassName
{
color: #8D2CEA;
}
.AnyTagClassName
{
color: #8D2CEA;
}
</style>
background-color css
<style>
a { background-color: #8D2CEA; }
a { background-color: rgb(141,44,234); }
div.DivClassName
{
background-color: #8D2CEA;
}
.BgClassName
{
background-color: #8D2CEA;
}
</style>
border-color css
<style>
span { border-color: #8D2CEA; }
span { border-color: rgb(141,44,234); }
td.TdClassName
{
border-color: #8D2CEA;
}
.TagClassName
{
border-color: #8D2CEA;
}
</style>