Shades of Dark Orchid #8E23CF
Tints of Dark Orchid #8E23CF
RGB
CMYK
RGB Variations
Color information
#8E23CF (or 0x8E23CF) is known color: Dark Orchid. HEX triplet: 8E, 23 and CF. RGB value is (142,35,207). Sum of RGB (Red+Green+Blue) = 142+35+207=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E23CF is #71DC30. Grayscale: #565656. Windows color (decimal): -7461937 or 13575054. OLE color: 13575054.
HSL color Cylindrical-coordinate representation of color #8E23CF: hue angle of 277.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E23CF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 35 | 207 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.19 |
| HSL | 277.33º | 0.71% | 0.47% | - |
| HSV(B) | 277.33º | 0.83% | 0.81% | - |
| XYZ | 23.02 | 11.46 | 60.03 | - |
| YUV | 86.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 207 | 0.31 | 0.83 | 0 | 0.19 | 277.33 | 0.71 | 0.47 |
| Hex | 8E | 23 | CF | 1F | 53 | 0 | 13 | 115 | 47 | 2F |
| Octal | 216 | 43 | 317 | 37 | 123 | 0 | 23 | 425 | 107 | 57 |
| Binary | 10001110 | 100011 | 11001111 | 11111 | 1010011 | 0 | 10011 | 100010101 | 1000111 | 101111 |
Color Harmonies of #8E23CF
Complementary color
Monochromatic Colors of #8E23CF
Black with #8E23CF
Text Example
Text Example
White with #8E23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E23CF; }
p { color: rgb(142,35,207); }
H1.HeaderClassName
{
color: #8E23CF;
}
.AnyTagClassName
{
color: #8E23CF;
}
</style>
background-color css
<style>
a { background-color: #8E23CF; }
a { background-color: rgb(142,35,207); }
div.DivClassName
{
background-color: #8E23CF;
}
.BgClassName
{
background-color: #8E23CF;
}
</style>
border-color css
<style>
span { border-color: #8E23CF; }
span { border-color: rgb(142,35,207); }
td.TdClassName
{
border-color: #8E23CF;
}
.TagClassName
{
border-color: #8E23CF;
}
</style>