Shades of Blue Violet #8D43EE
Tints of Blue Violet #8D43EE
RGB
CMYK
RGB Variations
Color information
#8D43EE (or 0x8D43EE) is known color: Blue Violet. HEX triplet: 8D, 43 and EE. RGB value is (141,67,238). Sum of RGB (Red+Green+Blue) = 141+67+238=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D43EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D43EE is #72BC11. Grayscale: #6C6C6C. Windows color (decimal): -7519250 or 15614861. OLE color: 15614861.
HSL color Cylindrical-coordinate representation of color #8D43EE: hue angle of 265.96º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D43EE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 67 | 238 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.07 |
| HSL | 265.96º | 0.83% | 0.6% | - |
| HSV(B) | 265.96º | 0.72% | 0.93% | - |
| XYZ | 28.42 | 15.85 | 82.45 | - |
| YUV | 108.62 | 201.02 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 238 | 0.41 | 0.72 | 0 | 0.07 | 265.96 | 0.83 | 0.6 |
| Hex | 8D | 43 | EE | 29 | 48 | 0 | 7 | 10A | 53 | 3C |
| Octal | 215 | 103 | 356 | 51 | 110 | 0 | 7 | 412 | 123 | 74 |
| Binary | 10001101 | 1000011 | 11101110 | 101001 | 1001000 | 0 | 111 | 100001010 | 1010011 | 111100 |
Color Harmonies of #8D43EE
Complementary color
Monochromatic Colors of #8D43EE
Black with #8D43EE
Text Example
Text Example
White with #8D43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D43EE; }
p { color: rgb(141,67,238); }
H1.HeaderClassName
{
color: #8D43EE;
}
.AnyTagClassName
{
color: #8D43EE;
}
</style>
background-color css
<style>
a { background-color: #8D43EE; }
a { background-color: rgb(141,67,238); }
div.DivClassName
{
background-color: #8D43EE;
}
.BgClassName
{
background-color: #8D43EE;
}
</style>
border-color css
<style>
span { border-color: #8D43EE; }
span { border-color: rgb(141,67,238); }
td.TdClassName
{
border-color: #8D43EE;
}
.TagClassName
{
border-color: #8D43EE;
}
</style>