Shades of Dark Orchid #8E43CF
Tints of Dark Orchid #8E43CF
RGB
CMYK
RGB Variations
Color information
#8E43CF (or 0x8E43CF) is known color: Dark Orchid. HEX triplet: 8E, 43 and CF. RGB value is (142,67,207). Sum of RGB (Red+Green+Blue) = 142+67+207=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43CF is #71BC30. Grayscale: #686868. Windows color (decimal): -7453745 or 13583246. OLE color: 13583246.
HSL color Cylindrical-coordinate representation of color #8E43CF: hue angle of 272.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E43CF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 67 | 207 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.19 |
| HSL | 272.14º | 0.59% | 0.54% | - |
| HSV(B) | 272.14º | 0.68% | 0.81% | - |
| XYZ | 24.42 | 14.27 | 60.5 | - |
| YUV | 105.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 207 | 0.31 | 0.68 | 0 | 0.19 | 272.14 | 0.59 | 0.54 |
| Hex | 8E | 43 | CF | 1F | 44 | 0 | 13 | 110 | 3B | 36 |
| Octal | 216 | 103 | 317 | 37 | 104 | 0 | 23 | 420 | 73 | 66 |
| Binary | 10001110 | 1000011 | 11001111 | 11111 | 1000100 | 0 | 10011 | 100010000 | 111011 | 110110 |
Color Harmonies of #8E43CF
Complementary color
Monochromatic Colors of #8E43CF
Black with #8E43CF
Text Example
Text Example
White with #8E43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E43CF; }
p { color: rgb(142,67,207); }
H1.HeaderClassName
{
color: #8E43CF;
}
.AnyTagClassName
{
color: #8E43CF;
}
</style>
background-color css
<style>
a { background-color: #8E43CF; }
a { background-color: rgb(142,67,207); }
div.DivClassName
{
background-color: #8E43CF;
}
.BgClassName
{
background-color: #8E43CF;
}
</style>
border-color css
<style>
span { border-color: #8E43CF; }
span { border-color: rgb(142,67,207); }
td.TdClassName
{
border-color: #8E43CF;
}
.TagClassName
{
border-color: #8E43CF;
}
</style>