Shades of Dark Orchid #8A20C9
Tints of Dark Orchid #8A20C9
RGB
CMYK
RGB Variations
Color information
#8A20C9 (or 0x8A20C9) is known color: Dark Orchid. HEX triplet: 8A, 20 and C9. RGB value is (138,32,201). Sum of RGB (Red+Green+Blue) = 138+32+201=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A20C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20C9 is #75DF36. Grayscale: #525252. Windows color (decimal): -7724855 or 13181066. OLE color: 13181066.
HSL color Cylindrical-coordinate representation of color #8A20C9: hue angle of 277.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A20C9 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 32 | 201 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.21 |
| HSL | 277.63º | 0.73% | 0.46% | - |
| HSV(B) | 277.63º | 0.84% | 0.79% | - |
| XYZ | 21.54 | 10.65 | 56.18 | - |
| YUV | 82.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 201 | 0.31 | 0.84 | 0 | 0.21 | 277.63 | 0.73 | 0.46 |
| Hex | 8A | 20 | C9 | 1F | 54 | 0 | 15 | 116 | 49 | 2E |
| Octal | 212 | 40 | 311 | 37 | 124 | 0 | 25 | 426 | 111 | 56 |
| Binary | 10001010 | 100000 | 11001001 | 11111 | 1010100 | 0 | 10101 | 100010110 | 1001001 | 101110 |
Color Harmonies of #8A20C9
Complementary color
Monochromatic Colors of #8A20C9
Black with #8A20C9
Text Example
Text Example
White with #8A20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A20C9; }
p { color: rgb(138,32,201); }
H1.HeaderClassName
{
color: #8A20C9;
}
.AnyTagClassName
{
color: #8A20C9;
}
</style>
background-color css
<style>
a { background-color: #8A20C9; }
a { background-color: rgb(138,32,201); }
div.DivClassName
{
background-color: #8A20C9;
}
.BgClassName
{
background-color: #8A20C9;
}
</style>
border-color css
<style>
span { border-color: #8A20C9; }
span { border-color: rgb(138,32,201); }
td.TdClassName
{
border-color: #8A20C9;
}
.TagClassName
{
border-color: #8A20C9;
}
</style>