Shades of Dark Orchid #8E1AAF
Tints of Dark Orchid #8E1AAF
RGB
CMYK
RGB Variations
Color information
#8E1AAF (or 0x8E1AAF) is known color: Dark Orchid. HEX triplet: 8E, 1A and AF. RGB value is (142,26,175). Sum of RGB (Red+Green+Blue) = 142+26+175=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1AAF is #71E550. Grayscale: #4D4D4D. Windows color (decimal): -7464273 or 11475598. OLE color: 11475598.
HSL color Cylindrical-coordinate representation of color #8E1AAF: hue angle of 286.71º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1AAF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 26 | 175 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.31 |
| HSL | 286.71º | 0.74% | 0.39% | - |
| HSV(B) | 286.71º | 0.85% | 0.69% | - |
| XYZ | 19.26 | 9.58 | 41.39 | - |
| YUV | 77.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 175 | 0.19 | 0.85 | 0 | 0.31 | 286.71 | 0.74 | 0.39 |
| Hex | 8E | 1A | AF | 13 | 55 | 0 | 1F | 11F | 4A | 27 |
| Octal | 216 | 32 | 257 | 23 | 125 | 0 | 37 | 437 | 112 | 47 |
| Binary | 10001110 | 11010 | 10101111 | 10011 | 1010101 | 0 | 11111 | 100011111 | 1001010 | 100111 |
Color Harmonies of #8E1AAF
Complementary color
Monochromatic Colors of #8E1AAF
Black with #8E1AAF
Text Example
Text Example
White with #8E1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1AAF; }
p { color: rgb(142,26,175); }
H1.HeaderClassName
{
color: #8E1AAF;
}
.AnyTagClassName
{
color: #8E1AAF;
}
</style>
background-color css
<style>
a { background-color: #8E1AAF; }
a { background-color: rgb(142,26,175); }
div.DivClassName
{
background-color: #8E1AAF;
}
.BgClassName
{
background-color: #8E1AAF;
}
</style>
border-color css
<style>
span { border-color: #8E1AAF; }
span { border-color: rgb(142,26,175); }
td.TdClassName
{
border-color: #8E1AAF;
}
.TagClassName
{
border-color: #8E1AAF;
}
</style>