Shades of Dark Orchid #8E2FCB
Tints of Dark Orchid #8E2FCB
RGB
CMYK
RGB Variations
Color information
#8E2FCB (or 0x8E2FCB) is known color: Dark Orchid. HEX triplet: 8E, 2F and CB. RGB value is (142,47,203). Sum of RGB (Red+Green+Blue) = 142+47+203=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FCB is #71D034. Grayscale: #5C5C5C. Windows color (decimal): -7458869 or 13315982. OLE color: 13315982.
HSL color Cylindrical-coordinate representation of color #8E2FCB: hue angle of 276.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2FCB is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 47 | 203 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.20 |
| HSL | 276.54º | 0.62% | 0.49% | - |
| HSV(B) | 276.54º | 0.77% | 0.8% | - |
| XYZ | 22.95 | 12.1 | 57.62 | - |
| YUV | 93.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 203 | 0.30 | 0.77 | 0 | 0.20 | 276.54 | 0.62 | 0.49 |
| Hex | 8E | 2F | CB | 1E | 4D | 0 | 14 | 115 | 3E | 31 |
| Octal | 216 | 57 | 313 | 36 | 115 | 0 | 24 | 425 | 76 | 61 |
| Binary | 10001110 | 101111 | 11001011 | 11110 | 1001101 | 0 | 10100 | 100010101 | 111110 | 110001 |
Color Harmonies of #8E2FCB
Complementary color
Monochromatic Colors of #8E2FCB
Black with #8E2FCB
Text Example
Text Example
White with #8E2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2FCB; }
p { color: rgb(142,47,203); }
H1.HeaderClassName
{
color: #8E2FCB;
}
.AnyTagClassName
{
color: #8E2FCB;
}
</style>
background-color css
<style>
a { background-color: #8E2FCB; }
a { background-color: rgb(142,47,203); }
div.DivClassName
{
background-color: #8E2FCB;
}
.BgClassName
{
background-color: #8E2FCB;
}
</style>
border-color css
<style>
span { border-color: #8E2FCB; }
span { border-color: rgb(142,47,203); }
td.TdClassName
{
border-color: #8E2FCB;
}
.TagClassName
{
border-color: #8E2FCB;
}
</style>