Shades of Dark Orchid #8021BD
Tints of Dark Orchid #8021BD
RGB
CMYK
RGB Variations
Color information
#8021BD (or 0x8021BD) is known color: Dark Orchid. HEX triplet: 80, 21 and BD. RGB value is (128,33,189). Sum of RGB (Red+Green+Blue) = 128+33+189=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #8021BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021BD is #7FDE42. Grayscale: #4E4E4E. Windows color (decimal): -8379971 or 12394880. OLE color: 12394880.
HSL color Cylindrical-coordinate representation of color #8021BD: hue angle of 276.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8021BD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 33 | 189 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.26 |
| HSL | 276.54º | 0.7% | 0.44% | - |
| HSV(B) | 276.54º | 0.83% | 0.74% | - |
| XYZ | 18.63 | 9.35 | 48.97 | - |
| YUV | 79.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 189 | 0.32 | 0.83 | 0 | 0.26 | 276.54 | 0.7 | 0.44 |
| Hex | 80 | 21 | BD | 20 | 53 | 0 | 1A | 115 | 46 | 2C |
| Octal | 200 | 41 | 275 | 40 | 123 | 0 | 32 | 425 | 106 | 54 |
| Binary | 10000000 | 100001 | 10111101 | 100000 | 1010011 | 0 | 11010 | 100010101 | 1000110 | 101100 |
Color Harmonies of #8021BD
Complementary color
Monochromatic Colors of #8021BD
Black with #8021BD
Text Example
Text Example
White with #8021BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8021BD; }
p { color: rgb(128,33,189); }
H1.HeaderClassName
{
color: #8021BD;
}
.AnyTagClassName
{
color: #8021BD;
}
</style>
background-color css
<style>
a { background-color: #8021BD; }
a { background-color: rgb(128,33,189); }
div.DivClassName
{
background-color: #8021BD;
}
.BgClassName
{
background-color: #8021BD;
}
</style>
border-color css
<style>
span { border-color: #8021BD; }
span { border-color: rgb(128,33,189); }
td.TdClassName
{
border-color: #8021BD;
}
.TagClassName
{
border-color: #8021BD;
}
</style>