Shades of Dark Orchid #8A20CA
Tints of Dark Orchid #8A20CA
RGB
CMYK
RGB Variations
Color information
#8A20CA (or 0x8A20CA) is known color: Dark Orchid. HEX triplet: 8A, 20 and CA. RGB value is (138,32,202). Sum of RGB (Red+Green+Blue) = 138+32+202=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20CA is #75DF35. Grayscale: #525252. Windows color (decimal): -7724854 or 13246602. OLE color: 13246602.
HSL color Cylindrical-coordinate representation of color #8A20CA: hue angle of 277.41º 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 #8A20CA is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 32 | 202 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.21 |
| HSL | 277.41º | 0.73% | 0.46% | - |
| HSV(B) | 277.41º | 0.84% | 0.79% | - |
| XYZ | 21.66 | 10.7 | 56.8 | - |
| YUV | 83.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 202 | 0.32 | 0.84 | 0 | 0.21 | 277.41 | 0.73 | 0.46 |
| Hex | 8A | 20 | CA | 20 | 54 | 0 | 15 | 115 | 49 | 2E |
| Octal | 212 | 40 | 312 | 40 | 124 | 0 | 25 | 425 | 111 | 56 |
| Binary | 10001010 | 100000 | 11001010 | 100000 | 1010100 | 0 | 10101 | 100010101 | 1001001 | 101110 |
Color Harmonies of #8A20CA
Complementary color
Monochromatic Colors of #8A20CA
Black with #8A20CA
Text Example
Text Example
White with #8A20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A20CA; }
p { color: rgb(138,32,202); }
H1.HeaderClassName
{
color: #8A20CA;
}
.AnyTagClassName
{
color: #8A20CA;
}
</style>
background-color css
<style>
a { background-color: #8A20CA; }
a { background-color: rgb(138,32,202); }
div.DivClassName
{
background-color: #8A20CA;
}
.BgClassName
{
background-color: #8A20CA;
}
</style>
border-color css
<style>
span { border-color: #8A20CA; }
span { border-color: rgb(138,32,202); }
td.TdClassName
{
border-color: #8A20CA;
}
.TagClassName
{
border-color: #8A20CA;
}
</style>