Shades of Dark Orchid #8E26CE
Tints of Dark Orchid #8E26CE
RGB
CMYK
RGB Variations
Color information
#8E26CE (or 0x8E26CE) is known color: Dark Orchid. HEX triplet: 8E, 26 and CE. RGB value is (142,38,206). Sum of RGB (Red+Green+Blue) = 142+38+206=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26CE is #71D931. Grayscale: #575757. Windows color (decimal): -7461170 or 13510286. OLE color: 13510286.
HSL color Cylindrical-coordinate representation of color #8E26CE: hue angle of 277.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E26CE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 38 | 206 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.19 |
| HSL | 277.14º | 0.69% | 0.48% | - |
| HSV(B) | 277.14º | 0.82% | 0.81% | - |
| XYZ | 22.99 | 11.59 | 59.42 | - |
| YUV | 88.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 206 | 0.31 | 0.82 | 0 | 0.19 | 277.14 | 0.69 | 0.48 |
| Hex | 8E | 26 | CE | 1F | 52 | 0 | 13 | 115 | 45 | 30 |
| Octal | 216 | 46 | 316 | 37 | 122 | 0 | 23 | 425 | 105 | 60 |
| Binary | 10001110 | 100110 | 11001110 | 11111 | 1010010 | 0 | 10011 | 100010101 | 1000101 | 110000 |
Color Harmonies of #8E26CE
Complementary color
Monochromatic Colors of #8E26CE
Black with #8E26CE
Text Example
Text Example
White with #8E26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E26CE; }
p { color: rgb(142,38,206); }
H1.HeaderClassName
{
color: #8E26CE;
}
.AnyTagClassName
{
color: #8E26CE;
}
</style>
background-color css
<style>
a { background-color: #8E26CE; }
a { background-color: rgb(142,38,206); }
div.DivClassName
{
background-color: #8E26CE;
}
.BgClassName
{
background-color: #8E26CE;
}
</style>
border-color css
<style>
span { border-color: #8E26CE; }
span { border-color: rgb(142,38,206); }
td.TdClassName
{
border-color: #8E26CE;
}
.TagClassName
{
border-color: #8E26CE;
}
</style>