Shades of Dark Violet #8C0DE5
Tints of Dark Violet #8C0DE5
RGB
CMYK
RGB Variations
Color information
#8C0DE5 (or 0x8C0DE5) is known color: Dark Violet. HEX triplet: 8C, 0D and E5. RGB value is (140,13,229). Sum of RGB (Red+Green+Blue) = 140+13+229=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C0DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0DE5 is #73F21A. Grayscale: #4A4A4A. Windows color (decimal): -7598619 or 15011212. OLE color: 15011212.
HSL color Cylindrical-coordinate representation of color #8C0DE5: hue angle of 275.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0DE5 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 13 | 229 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.10 |
| HSL | 275.28º | 0.89% | 0.47% | - |
| HSV(B) | 275.28º | 0.94% | 0.9% | - |
| XYZ | 25.1 | 11.52 | 75.03 | - |
| YUV | 75.6 | 214.58 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 229 | 0.39 | 0.94 | 0 | 0.10 | 275.28 | 0.89 | 0.47 |
| Hex | 8C | D | E5 | 27 | 5E | 0 | A | 113 | 59 | 2F |
| Octal | 214 | 15 | 345 | 47 | 136 | 0 | 12 | 423 | 131 | 57 |
| Binary | 10001100 | 1101 | 11100101 | 100111 | 1011110 | 0 | 1010 | 100010011 | 1011001 | 101111 |
Color Harmonies of #8C0DE5
Complementary color
Monochromatic Colors of #8C0DE5
Black with #8C0DE5
Text Example
Text Example
White with #8C0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DE5; }
p { color: rgb(140,13,229); }
H1.HeaderClassName
{
color: #8C0DE5;
}
.AnyTagClassName
{
color: #8C0DE5;
}
</style>
background-color css
<style>
a { background-color: #8C0DE5; }
a { background-color: rgb(140,13,229); }
div.DivClassName
{
background-color: #8C0DE5;
}
.BgClassName
{
background-color: #8C0DE5;
}
</style>
border-color css
<style>
span { border-color: #8C0DE5; }
span { border-color: rgb(140,13,229); }
td.TdClassName
{
border-color: #8C0DE5;
}
.TagClassName
{
border-color: #8C0DE5;
}
</style>