Shades of Dark Violet #8C0AED
Tints of Dark Violet #8C0AED
RGB
CMYK
RGB Variations
Color information
#8C0AED (or 0x8C0AED) is known color: Dark Violet. HEX triplet: 8C, 0A and ED. RGB value is (140,10,237). Sum of RGB (Red+Green+Blue) = 140+10+237=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AED is #73F512. Grayscale: #494949. Windows color (decimal): -7599379 or 15534732. OLE color: 15534732.
HSL color Cylindrical-coordinate representation of color #8C0AED: hue angle of 274.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AED is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 10 | 237 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.07 |
| HSL | 274.36º | 0.92% | 0.48% | - |
| HSV(B) | 274.36º | 0.96% | 0.93% | - |
| XYZ | 26.21 | 11.91 | 81.04 | - |
| YUV | 74.75 | 219.57 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 237 | 0.41 | 0.96 | 0 | 0.07 | 274.36 | 0.92 | 0.48 |
| Hex | 8C | A | ED | 29 | 60 | 0 | 7 | 112 | 5C | 30 |
| Octal | 214 | 12 | 355 | 51 | 140 | 0 | 7 | 422 | 134 | 60 |
| Binary | 10001100 | 1010 | 11101101 | 101001 | 1100000 | 0 | 111 | 100010010 | 1011100 | 110000 |
Color Harmonies of #8C0AED
Complementary color
Monochromatic Colors of #8C0AED
Black with #8C0AED
Text Example
Text Example
White with #8C0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AED; }
p { color: rgb(140,10,237); }
H1.HeaderClassName
{
color: #8C0AED;
}
.AnyTagClassName
{
color: #8C0AED;
}
</style>
background-color css
<style>
a { background-color: #8C0AED; }
a { background-color: rgb(140,10,237); }
div.DivClassName
{
background-color: #8C0AED;
}
.BgClassName
{
background-color: #8C0AED;
}
</style>
border-color css
<style>
span { border-color: #8C0AED; }
span { border-color: rgb(140,10,237); }
td.TdClassName
{
border-color: #8C0AED;
}
.TagClassName
{
border-color: #8C0AED;
}
</style>