Shades of Dark Orchid #8E2DCA
Tints of Dark Orchid #8E2DCA
RGB
CMYK
RGB Variations
Color information
#8E2DCA (or 0x8E2DCA) is known color: Dark Orchid. HEX triplet: 8E, 2D and CA. RGB value is (142,45,202). Sum of RGB (Red+Green+Blue) = 142+45+202=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E2DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DCA is #71D235. Grayscale: #5B5B5B. Windows color (decimal): -7459382 or 13249934. OLE color: 13249934.
HSL color Cylindrical-coordinate representation of color #8E2DCA: hue angle of 277.07º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2DCA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 45 | 202 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.21 |
| HSL | 277.07º | 0.64% | 0.48% | - |
| HSV(B) | 277.07º | 0.78% | 0.79% | - |
| XYZ | 22.75 | 11.89 | 56.97 | - |
| YUV | 91.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 202 | 0.30 | 0.78 | 0 | 0.21 | 277.07 | 0.64 | 0.48 |
| Hex | 8E | 2D | CA | 1E | 4E | 0 | 15 | 115 | 40 | 30 |
| Octal | 216 | 55 | 312 | 36 | 116 | 0 | 25 | 425 | 100 | 60 |
| Binary | 10001110 | 101101 | 11001010 | 11110 | 1001110 | 0 | 10101 | 100010101 | 1000000 | 110000 |
Color Harmonies of #8E2DCA
Complementary color
Monochromatic Colors of #8E2DCA
Black with #8E2DCA
Text Example
Text Example
White with #8E2DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2DCA; }
p { color: rgb(142,45,202); }
H1.HeaderClassName
{
color: #8E2DCA;
}
.AnyTagClassName
{
color: #8E2DCA;
}
</style>
background-color css
<style>
a { background-color: #8E2DCA; }
a { background-color: rgb(142,45,202); }
div.DivClassName
{
background-color: #8E2DCA;
}
.BgClassName
{
background-color: #8E2DCA;
}
</style>
border-color css
<style>
span { border-color: #8E2DCA; }
span { border-color: rgb(142,45,202); }
td.TdClassName
{
border-color: #8E2DCA;
}
.TagClassName
{
border-color: #8E2DCA;
}
</style>