Shades of Dark Orchid #8E39AF
Tints of Dark Orchid #8E39AF
RGB
CMYK
RGB Variations
Color information
#8E39AF (or 0x8E39AF) is known color: Dark Orchid. HEX triplet: 8E, 39 and AF. RGB value is (142,57,175). Sum of RGB (Red+Green+Blue) = 142+57+175=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E39AF is #71C650. Grayscale: #5F5F5F. Windows color (decimal): -7456337 or 11483534. OLE color: 11483534.
HSL color Cylindrical-coordinate representation of color #8E39AF: hue angle of 283.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E39AF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 57 | 175 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.31 |
| HSL | 283.22º | 0.51% | 0.45% | - |
| HSV(B) | 283.22º | 0.67% | 0.69% | - |
| XYZ | 20.36 | 11.77 | 41.76 | - |
| YUV | 95.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 175 | 0.19 | 0.67 | 0 | 0.31 | 283.22 | 0.51 | 0.45 |
| Hex | 8E | 39 | AF | 13 | 43 | 0 | 1F | 11B | 33 | 2D |
| Octal | 216 | 71 | 257 | 23 | 103 | 0 | 37 | 433 | 63 | 55 |
| Binary | 10001110 | 111001 | 10101111 | 10011 | 1000011 | 0 | 11111 | 100011011 | 110011 | 101101 |
Color Harmonies of #8E39AF
Complementary color
Monochromatic Colors of #8E39AF
Black with #8E39AF
Text Example
Text Example
White with #8E39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E39AF; }
p { color: rgb(142,57,175); }
H1.HeaderClassName
{
color: #8E39AF;
}
.AnyTagClassName
{
color: #8E39AF;
}
</style>
background-color css
<style>
a { background-color: #8E39AF; }
a { background-color: rgb(142,57,175); }
div.DivClassName
{
background-color: #8E39AF;
}
.BgClassName
{
background-color: #8E39AF;
}
</style>
border-color css
<style>
span { border-color: #8E39AF; }
span { border-color: rgb(142,57,175); }
td.TdClassName
{
border-color: #8E39AF;
}
.TagClassName
{
border-color: #8E39AF;
}
</style>