Shades of Dark Orchid #8E3CCC
Tints of Dark Orchid #8E3CCC
RGB
CMYK
RGB Variations
Color information
#8E3CCC (or 0x8E3CCC) is known color: Dark Orchid. HEX triplet: 8E, 3C and CC. RGB value is (142,60,204). Sum of RGB (Red+Green+Blue) = 142+60+204=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3CCC is #71C333. Grayscale: #646464. Windows color (decimal): -7455540 or 13384846. OLE color: 13384846.
HSL color Cylindrical-coordinate representation of color #8E3CCC: hue angle of 274.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E3CCC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 60 | 204 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.2 |
| HSL | 274.17º | 0.59% | 0.52% | - |
| HSV(B) | 274.17º | 0.71% | 0.8% | - |
| XYZ | 23.67 | 13.34 | 58.45 | - |
| YUV | 100.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 204 | 0.30 | 0.71 | 0 | 0.2 | 274.17 | 0.59 | 0.52 |
| Hex | 8E | 3C | CC | 1E | 47 | 0 | 14 | 112 | 3B | 34 |
| Octal | 216 | 74 | 314 | 36 | 107 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001110 | 111100 | 11001100 | 11110 | 1000111 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8E3CCC
Complementary color
Monochromatic Colors of #8E3CCC
Black with #8E3CCC
Text Example
Text Example
White with #8E3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3CCC; }
p { color: rgb(142,60,204); }
H1.HeaderClassName
{
color: #8E3CCC;
}
.AnyTagClassName
{
color: #8E3CCC;
}
</style>
background-color css
<style>
a { background-color: #8E3CCC; }
a { background-color: rgb(142,60,204); }
div.DivClassName
{
background-color: #8E3CCC;
}
.BgClassName
{
background-color: #8E3CCC;
}
</style>
border-color css
<style>
span { border-color: #8E3CCC; }
span { border-color: rgb(142,60,204); }
td.TdClassName
{
border-color: #8E3CCC;
}
.TagClassName
{
border-color: #8E3CCC;
}
</style>