Shades of Blue Violet #8C2DE9
Tints of Blue Violet #8C2DE9
RGB
CMYK
RGB Variations
Color information
#8C2DE9 (or 0x8C2DE9) is known color: Blue Violet. HEX triplet: 8C, 2D and E9. RGB value is (140,45,233). Sum of RGB (Red+Green+Blue) = 140+45+233=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C2DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2DE9 is #73D216. Grayscale: #5E5E5E. Windows color (decimal): -7590423 or 15281548. OLE color: 15281548.
HSL color Cylindrical-coordinate representation of color #8C2DE9: hue angle of 270.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2DE9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 45 | 233 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.09 |
| HSL | 270.32º | 0.81% | 0.55% | - |
| HSV(B) | 270.32º | 0.81% | 0.91% | - |
| XYZ | 26.46 | 13.34 | 78.27 | - |
| YUV | 94.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 233 | 0.40 | 0.81 | 0 | 0.09 | 270.32 | 0.81 | 0.55 |
| Hex | 8C | 2D | E9 | 28 | 51 | 0 | 9 | 10E | 51 | 37 |
| Octal | 214 | 55 | 351 | 50 | 121 | 0 | 11 | 416 | 121 | 67 |
| Binary | 10001100 | 101101 | 11101001 | 101000 | 1010001 | 0 | 1001 | 100001110 | 1010001 | 110111 |
Color Harmonies of #8C2DE9
Complementary color
Monochromatic Colors of #8C2DE9
Black with #8C2DE9
Text Example
Text Example
White with #8C2DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DE9; }
p { color: rgb(140,45,233); }
H1.HeaderClassName
{
color: #8C2DE9;
}
.AnyTagClassName
{
color: #8C2DE9;
}
</style>
background-color css
<style>
a { background-color: #8C2DE9; }
a { background-color: rgb(140,45,233); }
div.DivClassName
{
background-color: #8C2DE9;
}
.BgClassName
{
background-color: #8C2DE9;
}
</style>
border-color css
<style>
span { border-color: #8C2DE9; }
span { border-color: rgb(140,45,233); }
td.TdClassName
{
border-color: #8C2DE9;
}
.TagClassName
{
border-color: #8C2DE9;
}
</style>