Shades of Blue Violet #8D4CE9
Tints of Blue Violet #8D4CE9
RGB
CMYK
RGB Variations
Color information
#8D4CE9 (or 0x8D4CE9) is known color: Blue Violet. HEX triplet: 8D, 4C and E9. RGB value is (141,76,233). Sum of RGB (Red+Green+Blue) = 141+76+233=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D4CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CE9 is #72B316. Grayscale: #707070. Windows color (decimal): -7516951 or 15289485. OLE color: 15289485.
HSL color Cylindrical-coordinate representation of color #8D4CE9: hue angle of 264.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4CE9 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 76 | 233 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.09 |
| HSL | 264.84º | 0.78% | 0.61% | - |
| HSV(B) | 264.84º | 0.67% | 0.91% | - |
| XYZ | 28.28 | 16.71 | 78.83 | - |
| YUV | 113.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 233 | 0.39 | 0.67 | 0 | 0.09 | 264.84 | 0.78 | 0.61 |
| Hex | 8D | 4C | E9 | 27 | 43 | 0 | 9 | 109 | 4E | 3D |
| Octal | 215 | 114 | 351 | 47 | 103 | 0 | 11 | 411 | 116 | 75 |
| Binary | 10001101 | 1001100 | 11101001 | 100111 | 1000011 | 0 | 1001 | 100001001 | 1001110 | 111101 |
Color Harmonies of #8D4CE9
Complementary color
Monochromatic Colors of #8D4CE9
Black with #8D4CE9
Text Example
Text Example
White with #8D4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CE9; }
p { color: rgb(141,76,233); }
H1.HeaderClassName
{
color: #8D4CE9;
}
.AnyTagClassName
{
color: #8D4CE9;
}
</style>
background-color css
<style>
a { background-color: #8D4CE9; }
a { background-color: rgb(141,76,233); }
div.DivClassName
{
background-color: #8D4CE9;
}
.BgClassName
{
background-color: #8D4CE9;
}
</style>
border-color css
<style>
span { border-color: #8D4CE9; }
span { border-color: rgb(141,76,233); }
td.TdClassName
{
border-color: #8D4CE9;
}
.TagClassName
{
border-color: #8D4CE9;
}
</style>