Shades of Dark Violet #8C0DEB
Tints of Dark Violet #8C0DEB
RGB
CMYK
RGB Variations
Color information
#8C0DEB (or 0x8C0DEB) is known color: Dark Violet. HEX triplet: 8C, 0D and EB. RGB value is (140,13,235). Sum of RGB (Red+Green+Blue) = 140+13+235=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0DEB is #73F214. Grayscale: #4B4B4B. Windows color (decimal): -7598613 or 15404428. OLE color: 15404428.
HSL color Cylindrical-coordinate representation of color #8C0DEB: hue angle of 274.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0DEB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 13 | 235 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.08 |
| HSL | 274.32º | 0.9% | 0.49% | - |
| HSV(B) | 274.32º | 0.94% | 0.92% | - |
| XYZ | 25.95 | 11.86 | 79.52 | - |
| YUV | 76.28 | 217.58 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 235 | 0.40 | 0.94 | 0 | 0.08 | 274.32 | 0.9 | 0.49 |
| Hex | 8C | D | EB | 28 | 5E | 0 | 8 | 112 | 5A | 31 |
| Octal | 214 | 15 | 353 | 50 | 136 | 0 | 10 | 422 | 132 | 61 |
| Binary | 10001100 | 1101 | 11101011 | 101000 | 1011110 | 0 | 1000 | 100010010 | 1011010 | 110001 |
Color Harmonies of #8C0DEB
Complementary color
Monochromatic Colors of #8C0DEB
Black with #8C0DEB
Text Example
Text Example
White with #8C0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DEB; }
p { color: rgb(140,13,235); }
H1.HeaderClassName
{
color: #8C0DEB;
}
.AnyTagClassName
{
color: #8C0DEB;
}
</style>
background-color css
<style>
a { background-color: #8C0DEB; }
a { background-color: rgb(140,13,235); }
div.DivClassName
{
background-color: #8C0DEB;
}
.BgClassName
{
background-color: #8C0DEB;
}
</style>
border-color css
<style>
span { border-color: #8C0DEB; }
span { border-color: rgb(140,13,235); }
td.TdClassName
{
border-color: #8C0DEB;
}
.TagClassName
{
border-color: #8C0DEB;
}
</style>