Shades of Blue Violet #8D1CE9
Tints of Blue Violet #8D1CE9
RGB
CMYK
RGB Variations
Color information
#8D1CE9 (or 0x8D1CE9) is known color: Blue Violet. HEX triplet: 8D, 1C and E9. RGB value is (141,28,233). Sum of RGB (Red+Green+Blue) = 141+28+233=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1CE9 is #72E316. Grayscale: #545454. Windows color (decimal): -7529239 or 15277197. OLE color: 15277197.
HSL color Cylindrical-coordinate representation of color #8D1CE9: hue angle of 273.07º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1CE9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 28 | 233 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.09 |
| HSL | 273.07º | 0.82% | 0.51% | - |
| HSV(B) | 273.07º | 0.88% | 0.91% | - |
| XYZ | 26.11 | 12.38 | 78.1 | - |
| YUV | 85.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 233 | 0.39 | 0.88 | 0 | 0.09 | 273.07 | 0.82 | 0.51 |
| Hex | 8D | 1C | E9 | 27 | 58 | 0 | 9 | 111 | 52 | 33 |
| Octal | 215 | 34 | 351 | 47 | 130 | 0 | 11 | 421 | 122 | 63 |
| Binary | 10001101 | 11100 | 11101001 | 100111 | 1011000 | 0 | 1001 | 100010001 | 1010010 | 110011 |
Color Harmonies of #8D1CE9
Complementary color
Monochromatic Colors of #8D1CE9
Black with #8D1CE9
Text Example
Text Example
White with #8D1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CE9; }
p { color: rgb(141,28,233); }
H1.HeaderClassName
{
color: #8D1CE9;
}
.AnyTagClassName
{
color: #8D1CE9;
}
</style>
background-color css
<style>
a { background-color: #8D1CE9; }
a { background-color: rgb(141,28,233); }
div.DivClassName
{
background-color: #8D1CE9;
}
.BgClassName
{
background-color: #8D1CE9;
}
</style>
border-color css
<style>
span { border-color: #8D1CE9; }
span { border-color: rgb(141,28,233); }
td.TdClassName
{
border-color: #8D1CE9;
}
.TagClassName
{
border-color: #8D1CE9;
}
</style>