Shades of Dark Violet #8C0ADD
Tints of Dark Violet #8C0ADD
RGB
CMYK
RGB Variations
Color information
#8C0ADD (or 0x8C0ADD) is known color: Dark Violet. HEX triplet: 8C, 0A and DD. RGB value is (140,10,221). Sum of RGB (Red+Green+Blue) = 140+10+221=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0ADD is #73F522. Grayscale: #484848. Windows color (decimal): -7599395 or 14486156. OLE color: 14486156.
HSL color Cylindrical-coordinate representation of color #8C0ADD: hue angle of 276.97º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0ADD is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 10 | 221 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.13 |
| HSL | 276.97º | 0.91% | 0.45% | - |
| HSV(B) | 276.97º | 0.95% | 0.87% | - |
| XYZ | 23.97 | 11.01 | 69.27 | - |
| YUV | 72.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 221 | 0.37 | 0.95 | 0 | 0.13 | 276.97 | 0.91 | 0.45 |
| Hex | 8C | A | DD | 25 | 5F | 0 | D | 115 | 5B | 2D |
| Octal | 214 | 12 | 335 | 45 | 137 | 0 | 15 | 425 | 133 | 55 |
| Binary | 10001100 | 1010 | 11011101 | 100101 | 1011111 | 0 | 1101 | 100010101 | 1011011 | 101101 |
Color Harmonies of #8C0ADD
Complementary color
Monochromatic Colors of #8C0ADD
Black with #8C0ADD
Text Example
Text Example
White with #8C0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0ADD; }
p { color: rgb(140,10,221); }
H1.HeaderClassName
{
color: #8C0ADD;
}
.AnyTagClassName
{
color: #8C0ADD;
}
</style>
background-color css
<style>
a { background-color: #8C0ADD; }
a { background-color: rgb(140,10,221); }
div.DivClassName
{
background-color: #8C0ADD;
}
.BgClassName
{
background-color: #8C0ADD;
}
</style>
border-color css
<style>
span { border-color: #8C0ADD; }
span { border-color: rgb(140,10,221); }
td.TdClassName
{
border-color: #8C0ADD;
}
.TagClassName
{
border-color: #8C0ADD;
}
</style>