Shades of Dark Orchid #8A20BE
Tints of Dark Orchid #8A20BE
RGB
CMYK
RGB Variations
Color information
#8A20BE (or 0x8A20BE) is known color: Dark Orchid. HEX triplet: 8A, 20 and BE. RGB value is (138,32,190). Sum of RGB (Red+Green+Blue) = 138+32+190=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20BE is #75DF41. Grayscale: #515151. Windows color (decimal): -7724866 or 12460170. OLE color: 12460170.
HSL color Cylindrical-coordinate representation of color #8A20BE: hue angle of 280.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A20BE is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 32 | 190 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.25 |
| HSL | 280.25º | 0.71% | 0.44% | - |
| HSV(B) | 280.25º | 0.83% | 0.75% | - |
| XYZ | 20.29 | 10.15 | 49.61 | - |
| YUV | 81.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 190 | 0.27 | 0.83 | 0 | 0.25 | 280.25 | 0.71 | 0.44 |
| Hex | 8A | 20 | BE | 1B | 53 | 0 | 19 | 118 | 47 | 2C |
| Octal | 212 | 40 | 276 | 33 | 123 | 0 | 31 | 430 | 107 | 54 |
| Binary | 10001010 | 100000 | 10111110 | 11011 | 1010011 | 0 | 11001 | 100011000 | 1000111 | 101100 |
Color Harmonies of #8A20BE
Complementary color
Monochromatic Colors of #8A20BE
Black with #8A20BE
Text Example
Text Example
White with #8A20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A20BE; }
p { color: rgb(138,32,190); }
H1.HeaderClassName
{
color: #8A20BE;
}
.AnyTagClassName
{
color: #8A20BE;
}
</style>
background-color css
<style>
a { background-color: #8A20BE; }
a { background-color: rgb(138,32,190); }
div.DivClassName
{
background-color: #8A20BE;
}
.BgClassName
{
background-color: #8A20BE;
}
</style>
border-color css
<style>
span { border-color: #8A20BE; }
span { border-color: rgb(138,32,190); }
td.TdClassName
{
border-color: #8A20BE;
}
.TagClassName
{
border-color: #8A20BE;
}
</style>