Shades of Dark Orchid #8A19AE
Tints of Dark Orchid #8A19AE
RGB
CMYK
RGB Variations
Color information
#8A19AE (or 0x8A19AE) is known color: Dark Orchid. HEX triplet: 8A, 19 and AE. RGB value is (138,25,174). Sum of RGB (Red+Green+Blue) = 138+25+174=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A19AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A19AE is #75E651. Grayscale: #4B4B4B. Windows color (decimal): -7726674 or 11409802. OLE color: 11409802.
HSL color Cylindrical-coordinate representation of color #8A19AE: hue angle of 285.5º degrees, saturation: 0.75, 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 #8A19AE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 25 | 174 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.32 |
| HSL | 285.5º | 0.75% | 0.39% | - |
| HSV(B) | 285.5º | 0.86% | 0.68% | - |
| XYZ | 18.47 | 9.15 | 40.84 | - |
| YUV | 75.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 174 | 0.21 | 0.86 | 0 | 0.32 | 285.5 | 0.75 | 0.39 |
| Hex | 8A | 19 | AE | 15 | 56 | 0 | 20 | 11E | 4B | 27 |
| Octal | 212 | 31 | 256 | 25 | 126 | 0 | 40 | 436 | 113 | 47 |
| Binary | 10001010 | 11001 | 10101110 | 10101 | 1010110 | 0 | 100000 | 100011110 | 1001011 | 100111 |
Color Harmonies of #8A19AE
Complementary color
Monochromatic Colors of #8A19AE
Black with #8A19AE
Text Example
Text Example
White with #8A19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19AE; }
p { color: rgb(138,25,174); }
H1.HeaderClassName
{
color: #8A19AE;
}
.AnyTagClassName
{
color: #8A19AE;
}
</style>
background-color css
<style>
a { background-color: #8A19AE; }
a { background-color: rgb(138,25,174); }
div.DivClassName
{
background-color: #8A19AE;
}
.BgClassName
{
background-color: #8A19AE;
}
</style>
border-color css
<style>
span { border-color: #8A19AE; }
span { border-color: rgb(138,25,174); }
td.TdClassName
{
border-color: #8A19AE;
}
.TagClassName
{
border-color: #8A19AE;
}
</style>