Shades of Dark Orchid #8C20B9
Tints of Dark Orchid #8C20B9
RGB
CMYK
RGB Variations
Color information
#8C20B9 (or 0x8C20B9) is known color: Dark Orchid. HEX triplet: 8C, 20 and B9. RGB value is (140,32,185). Sum of RGB (Red+Green+Blue) = 140+32+185=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C20B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20B9 is #73DF46. Grayscale: #515151. Windows color (decimal): -7593799 or 12132492. OLE color: 12132492.
HSL color Cylindrical-coordinate representation of color #8C20B9: hue angle of 282.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C20B9 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 32 | 185 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.27 |
| HSL | 282.35º | 0.71% | 0.43% | - |
| HSV(B) | 282.35º | 0.83% | 0.73% | - |
| XYZ | 20.09 | 10.11 | 46.79 | - |
| YUV | 81.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 185 | 0.24 | 0.83 | 0 | 0.27 | 282.35 | 0.71 | 0.43 |
| Hex | 8C | 20 | B9 | 18 | 53 | 0 | 1B | 11A | 47 | 2B |
| Octal | 214 | 40 | 271 | 30 | 123 | 0 | 33 | 432 | 107 | 53 |
| Binary | 10001100 | 100000 | 10111001 | 11000 | 1010011 | 0 | 11011 | 100011010 | 1000111 | 101011 |
Color Harmonies of #8C20B9
Complementary color
Monochromatic Colors of #8C20B9
Black with #8C20B9
Text Example
Text Example
White with #8C20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C20B9; }
p { color: rgb(140,32,185); }
H1.HeaderClassName
{
color: #8C20B9;
}
.AnyTagClassName
{
color: #8C20B9;
}
</style>
background-color css
<style>
a { background-color: #8C20B9; }
a { background-color: rgb(140,32,185); }
div.DivClassName
{
background-color: #8C20B9;
}
.BgClassName
{
background-color: #8C20B9;
}
</style>
border-color css
<style>
span { border-color: #8C20B9; }
span { border-color: rgb(140,32,185); }
td.TdClassName
{
border-color: #8C20B9;
}
.TagClassName
{
border-color: #8C20B9;
}
</style>