Shades of Dark Orchid #8E42CA
Tints of Dark Orchid #8E42CA
RGB
CMYK
RGB Variations
Color information
#8E42CA (or 0x8E42CA) is known color: Dark Orchid. HEX triplet: 8E, 42 and CA. RGB value is (142,66,202). Sum of RGB (Red+Green+Blue) = 142+66+202=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42CA is #71BD35. Grayscale: #676767. Windows color (decimal): -7454006 or 13255310. OLE color: 13255310.
HSL color Cylindrical-coordinate representation of color #8E42CA: hue angle of 273.53º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E42CA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 66 | 202 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.21 |
| HSL | 273.53º | 0.56% | 0.53% | - |
| HSV(B) | 273.53º | 0.67% | 0.79% | - |
| XYZ | 23.76 | 13.91 | 57.31 | - |
| YUV | 104.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 202 | 0.30 | 0.67 | 0 | 0.21 | 273.53 | 0.56 | 0.53 |
| Hex | 8E | 42 | CA | 1E | 43 | 0 | 15 | 112 | 38 | 35 |
| Octal | 216 | 102 | 312 | 36 | 103 | 0 | 25 | 422 | 70 | 65 |
| Binary | 10001110 | 1000010 | 11001010 | 11110 | 1000011 | 0 | 10101 | 100010010 | 111000 | 110101 |
Color Harmonies of #8E42CA
Complementary color
Monochromatic Colors of #8E42CA
Black with #8E42CA
Text Example
Text Example
White with #8E42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E42CA; }
p { color: rgb(142,66,202); }
H1.HeaderClassName
{
color: #8E42CA;
}
.AnyTagClassName
{
color: #8E42CA;
}
</style>
background-color css
<style>
a { background-color: #8E42CA; }
a { background-color: rgb(142,66,202); }
div.DivClassName
{
background-color: #8E42CA;
}
.BgClassName
{
background-color: #8E42CA;
}
</style>
border-color css
<style>
span { border-color: #8E42CA; }
span { border-color: rgb(142,66,202); }
td.TdClassName
{
border-color: #8E42CA;
}
.TagClassName
{
border-color: #8E42CA;
}
</style>