Shades of Blue Violet #8D1BE9
Tints of Blue Violet #8D1BE9
RGB
CMYK
RGB Variations
Color information
#8D1BE9 (or 0x8D1BE9) is known color: Blue Violet. HEX triplet: 8D, 1B and E9. RGB value is (141,27,233). Sum of RGB (Red+Green+Blue) = 141+27+233=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D1BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1BE9 is #72E416. Grayscale: #535353. Windows color (decimal): -7529495 or 15276941. OLE color: 15276941.
HSL color Cylindrical-coordinate representation of color #8D1BE9: hue angle of 273.2º 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 #8D1BE9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 27 | 233 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.09 |
| HSL | 273.2º | 0.82% | 0.51% | - |
| HSV(B) | 273.2º | 0.88% | 0.91% | - |
| XYZ | 26.08 | 12.33 | 78.1 | - |
| YUV | 84.57 | 211.77 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 233 | 0.39 | 0.88 | 0 | 0.09 | 273.2 | 0.82 | 0.51 |
| Hex | 8D | 1B | E9 | 27 | 58 | 0 | 9 | 111 | 52 | 33 |
| Octal | 215 | 33 | 351 | 47 | 130 | 0 | 11 | 421 | 122 | 63 |
| Binary | 10001101 | 11011 | 11101001 | 100111 | 1011000 | 0 | 1001 | 100010001 | 1010010 | 110011 |
Color Harmonies of #8D1BE9
Complementary color
Monochromatic Colors of #8D1BE9
Black with #8D1BE9
Text Example
Text Example
White with #8D1BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BE9; }
p { color: rgb(141,27,233); }
H1.HeaderClassName
{
color: #8D1BE9;
}
.AnyTagClassName
{
color: #8D1BE9;
}
</style>
background-color css
<style>
a { background-color: #8D1BE9; }
a { background-color: rgb(141,27,233); }
div.DivClassName
{
background-color: #8D1BE9;
}
.BgClassName
{
background-color: #8D1BE9;
}
</style>
border-color css
<style>
span { border-color: #8D1BE9; }
span { border-color: rgb(141,27,233); }
td.TdClassName
{
border-color: #8D1BE9;
}
.TagClassName
{
border-color: #8D1BE9;
}
</style>