Shades of Dark Orchid #8A18AE
Tints of Dark Orchid #8A18AE
RGB
CMYK
RGB Variations
Color information
#8A18AE (or 0x8A18AE) is known color: Dark Orchid. HEX triplet: 8A, 18 and AE. RGB value is (138,24,174). Sum of RGB (Red+Green+Blue) = 138+24+174=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A18AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A18AE is #75E751. Grayscale: #4A4A4A. Windows color (decimal): -7726930 or 11409546. OLE color: 11409546.
HSL color Cylindrical-coordinate representation of color #8A18AE: hue angle of 285.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A18AE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 24 | 174 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.32 |
| HSL | 285.6º | 0.76% | 0.39% | - |
| HSV(B) | 285.6º | 0.86% | 0.68% | - |
| XYZ | 18.45 | 9.11 | 40.83 | - |
| YUV | 75.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 174 | 0.21 | 0.86 | 0 | 0.32 | 285.6 | 0.76 | 0.39 |
| Hex | 8A | 18 | AE | 15 | 56 | 0 | 20 | 11E | 4C | 27 |
| Octal | 212 | 30 | 256 | 25 | 126 | 0 | 40 | 436 | 114 | 47 |
| Binary | 10001010 | 11000 | 10101110 | 10101 | 1010110 | 0 | 100000 | 100011110 | 1001100 | 100111 |
Color Harmonies of #8A18AE
Complementary color
Monochromatic Colors of #8A18AE
Black with #8A18AE
Text Example
Text Example
White with #8A18AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A18AE; }
p { color: rgb(138,24,174); }
H1.HeaderClassName
{
color: #8A18AE;
}
.AnyTagClassName
{
color: #8A18AE;
}
</style>
background-color css
<style>
a { background-color: #8A18AE; }
a { background-color: rgb(138,24,174); }
div.DivClassName
{
background-color: #8A18AE;
}
.BgClassName
{
background-color: #8A18AE;
}
</style>
border-color css
<style>
span { border-color: #8A18AE; }
span { border-color: rgb(138,24,174); }
td.TdClassName
{
border-color: #8A18AE;
}
.TagClassName
{
border-color: #8A18AE;
}
</style>