Shades of Dark Orchid #8E31CF
Tints of Dark Orchid #8E31CF
RGB
CMYK
RGB Variations
Color information
#8E31CF (or 0x8E31CF) is known color: Dark Orchid. HEX triplet: 8E, 31 and CF. RGB value is (142,49,207). Sum of RGB (Red+Green+Blue) = 142+49+207=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E31CF is #71CE30. Grayscale: #5E5E5E. Windows color (decimal): -7458353 or 13578638. OLE color: 13578638.
HSL color Cylindrical-coordinate representation of color #8E31CF: hue angle of 275.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E31CF is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 49 | 207 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.19 |
| HSL | 275.32º | 0.62% | 0.5% | - |
| HSV(B) | 275.32º | 0.76% | 0.81% | - |
| XYZ | 23.52 | 12.45 | 60.2 | - |
| YUV | 94.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 207 | 0.31 | 0.76 | 0 | 0.19 | 275.32 | 0.62 | 0.5 |
| Hex | 8E | 31 | CF | 1F | 4C | 0 | 13 | 113 | 3E | 32 |
| Octal | 216 | 61 | 317 | 37 | 114 | 0 | 23 | 423 | 76 | 62 |
| Binary | 10001110 | 110001 | 11001111 | 11111 | 1001100 | 0 | 10011 | 100010011 | 111110 | 110010 |
Color Harmonies of #8E31CF
Complementary color
Monochromatic Colors of #8E31CF
Black with #8E31CF
Text Example
Text Example
White with #8E31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E31CF; }
p { color: rgb(142,49,207); }
H1.HeaderClassName
{
color: #8E31CF;
}
.AnyTagClassName
{
color: #8E31CF;
}
</style>
background-color css
<style>
a { background-color: #8E31CF; }
a { background-color: rgb(142,49,207); }
div.DivClassName
{
background-color: #8E31CF;
}
.BgClassName
{
background-color: #8E31CF;
}
</style>
border-color css
<style>
span { border-color: #8E31CF; }
span { border-color: rgb(142,49,207); }
td.TdClassName
{
border-color: #8E31CF;
}
.TagClassName
{
border-color: #8E31CF;
}
</style>