Shades of Dark Orchid #8E2DB3
Tints of Dark Orchid #8E2DB3
RGB
CMYK
RGB Variations
Color information
#8E2DB3 (or 0x8E2DB3) is known color: Dark Orchid. HEX triplet: 8E, 2D and B3. RGB value is (142,45,179). Sum of RGB (Red+Green+Blue) = 142+45+179=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E2DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DB3 is #71D24C. Grayscale: #585858. Windows color (decimal): -7459405 or 11742606. OLE color: 11742606.
HSL color Cylindrical-coordinate representation of color #8E2DB3: hue angle of 283.43º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2DB3 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 45 | 179 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.30 |
| HSL | 283.43º | 0.6% | 0.44% | - |
| HSV(B) | 283.43º | 0.75% | 0.7% | - |
| XYZ | 20.23 | 10.88 | 43.68 | - |
| YUV | 89.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 179 | 0.21 | 0.75 | 0 | 0.30 | 283.43 | 0.6 | 0.44 |
| Hex | 8E | 2D | B3 | 15 | 4B | 0 | 1E | 11B | 3C | 2C |
| Octal | 216 | 55 | 263 | 25 | 113 | 0 | 36 | 433 | 74 | 54 |
| Binary | 10001110 | 101101 | 10110011 | 10101 | 1001011 | 0 | 11110 | 100011011 | 111100 | 101100 |
Color Harmonies of #8E2DB3
Complementary color
Monochromatic Colors of #8E2DB3
Black with #8E2DB3
Text Example
Text Example
White with #8E2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2DB3; }
p { color: rgb(142,45,179); }
H1.HeaderClassName
{
color: #8E2DB3;
}
.AnyTagClassName
{
color: #8E2DB3;
}
</style>
background-color css
<style>
a { background-color: #8E2DB3; }
a { background-color: rgb(142,45,179); }
div.DivClassName
{
background-color: #8E2DB3;
}
.BgClassName
{
background-color: #8E2DB3;
}
</style>
border-color css
<style>
span { border-color: #8E2DB3; }
span { border-color: rgb(142,45,179); }
td.TdClassName
{
border-color: #8E2DB3;
}
.TagClassName
{
border-color: #8E2DB3;
}
</style>