Shades of Dark Orchid #8A20CD
Tints of Dark Orchid #8A20CD
RGB
CMYK
RGB Variations
Color information
#8A20CD (or 0x8A20CD) is known color: Dark Orchid. HEX triplet: 8A, 20 and CD. RGB value is (138,32,205). Sum of RGB (Red+Green+Blue) = 138+32+205=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20CD is #75DF32. Grayscale: #525252. Windows color (decimal): -7724851 or 13443210. OLE color: 13443210.
HSL color Cylindrical-coordinate representation of color #8A20CD: hue angle of 276.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A20CD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 32 | 205 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.20 |
| HSL | 276.76º | 0.73% | 0.46% | - |
| HSV(B) | 276.76º | 0.84% | 0.8% | - |
| XYZ | 22.02 | 10.84 | 58.69 | - |
| YUV | 83.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 205 | 0.33 | 0.84 | 0 | 0.20 | 276.76 | 0.73 | 0.46 |
| Hex | 8A | 20 | CD | 21 | 54 | 0 | 14 | 115 | 49 | 2E |
| Octal | 212 | 40 | 315 | 41 | 124 | 0 | 24 | 425 | 111 | 56 |
| Binary | 10001010 | 100000 | 11001101 | 100001 | 1010100 | 0 | 10100 | 100010101 | 1001001 | 101110 |
Color Harmonies of #8A20CD
Complementary color
Monochromatic Colors of #8A20CD
Black with #8A20CD
Text Example
Text Example
White with #8A20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A20CD; }
p { color: rgb(138,32,205); }
H1.HeaderClassName
{
color: #8A20CD;
}
.AnyTagClassName
{
color: #8A20CD;
}
</style>
background-color css
<style>
a { background-color: #8A20CD; }
a { background-color: rgb(138,32,205); }
div.DivClassName
{
background-color: #8A20CD;
}
.BgClassName
{
background-color: #8A20CD;
}
</style>
border-color css
<style>
span { border-color: #8A20CD; }
span { border-color: rgb(138,32,205); }
td.TdClassName
{
border-color: #8A20CD;
}
.TagClassName
{
border-color: #8A20CD;
}
</style>