Shades of Dark Orchid #8A22AE
Tints of Dark Orchid #8A22AE
RGB
CMYK
RGB Variations
Color information
#8A22AE (or 0x8A22AE) is known color: Dark Orchid. HEX triplet: 8A, 22 and AE. RGB value is (138,34,174). Sum of RGB (Red+Green+Blue) = 138+34+174=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A22AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A22AE is #75DD51. Grayscale: #505050. Windows color (decimal): -7724370 or 11412106. OLE color: 11412106.
HSL color Cylindrical-coordinate representation of color #8A22AE: hue angle of 284.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A22AE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 34 | 174 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.32 |
| HSL | 284.57º | 0.67% | 0.41% | - |
| HSV(B) | 284.57º | 0.8% | 0.68% | - |
| XYZ | 18.69 | 9.6 | 40.91 | - |
| YUV | 81.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 174 | 0.21 | 0.80 | 0 | 0.32 | 284.57 | 0.67 | 0.41 |
| Hex | 8A | 22 | AE | 15 | 50 | 0 | 20 | 11D | 43 | 29 |
| Octal | 212 | 42 | 256 | 25 | 120 | 0 | 40 | 435 | 103 | 51 |
| Binary | 10001010 | 100010 | 10101110 | 10101 | 1010000 | 0 | 100000 | 100011101 | 1000011 | 101001 |
Color Harmonies of #8A22AE
Complementary color
Monochromatic Colors of #8A22AE
Black with #8A22AE
Text Example
Text Example
White with #8A22AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A22AE; }
p { color: rgb(138,34,174); }
H1.HeaderClassName
{
color: #8A22AE;
}
.AnyTagClassName
{
color: #8A22AE;
}
</style>
background-color css
<style>
a { background-color: #8A22AE; }
a { background-color: rgb(138,34,174); }
div.DivClassName
{
background-color: #8A22AE;
}
.BgClassName
{
background-color: #8A22AE;
}
</style>
border-color css
<style>
span { border-color: #8A22AE; }
span { border-color: rgb(138,34,174); }
td.TdClassName
{
border-color: #8A22AE;
}
.TagClassName
{
border-color: #8A22AE;
}
</style>