Shades of Dark Orchid #8E26BF
Tints of Dark Orchid #8E26BF
RGB
CMYK
RGB Variations
Color information
#8E26BF (or 0x8E26BF) is known color: Dark Orchid. HEX triplet: 8E, 26 and BF. RGB value is (142,38,191). Sum of RGB (Red+Green+Blue) = 142+38+191=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E26BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26BF is #71D940. Grayscale: #565656. Windows color (decimal): -7461185 or 12527246. OLE color: 12527246.
HSL color Cylindrical-coordinate representation of color #8E26BF: hue angle of 280.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E26BF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 38 | 191 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.25 |
| HSL | 280.78º | 0.67% | 0.45% | - |
| HSV(B) | 280.78º | 0.8% | 0.75% | - |
| XYZ | 21.25 | 10.9 | 50.27 | - |
| YUV | 86.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 191 | 0.26 | 0.80 | 0 | 0.25 | 280.78 | 0.67 | 0.45 |
| Hex | 8E | 26 | BF | 1A | 50 | 0 | 19 | 119 | 43 | 2D |
| Octal | 216 | 46 | 277 | 32 | 120 | 0 | 31 | 431 | 103 | 55 |
| Binary | 10001110 | 100110 | 10111111 | 11010 | 1010000 | 0 | 11001 | 100011001 | 1000011 | 101101 |
Color Harmonies of #8E26BF
Complementary color
Monochromatic Colors of #8E26BF
Black with #8E26BF
Text Example
Text Example
White with #8E26BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E26BF; }
p { color: rgb(142,38,191); }
H1.HeaderClassName
{
color: #8E26BF;
}
.AnyTagClassName
{
color: #8E26BF;
}
</style>
background-color css
<style>
a { background-color: #8E26BF; }
a { background-color: rgb(142,38,191); }
div.DivClassName
{
background-color: #8E26BF;
}
.BgClassName
{
background-color: #8E26BF;
}
</style>
border-color css
<style>
span { border-color: #8E26BF; }
span { border-color: rgb(142,38,191); }
td.TdClassName
{
border-color: #8E26BF;
}
.TagClassName
{
border-color: #8E26BF;
}
</style>