Shades of Dark Orchid #8021B2
Tints of Dark Orchid #8021B2
RGB
CMYK
RGB Variations
Color information
#8021B2 (or 0x8021B2) is known color: Dark Orchid. HEX triplet: 80, 21 and B2. RGB value is (128,33,178). Sum of RGB (Red+Green+Blue) = 128+33+178=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #8021B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8021B2 is #7FDE4D. Grayscale: #4D4D4D. Windows color (decimal): -8379982 or 11673984. OLE color: 11673984.
HSL color Cylindrical-coordinate representation of color #8021B2: hue angle of 279.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8021B2 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 33 | 178 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.30 |
| HSL | 279.31º | 0.69% | 0.41% | - |
| HSV(B) | 279.31º | 0.81% | 0.7% | - |
| XYZ | 17.48 | 8.89 | 42.91 | - |
| YUV | 77.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 178 | 0.28 | 0.81 | 0 | 0.30 | 279.31 | 0.69 | 0.41 |
| Hex | 80 | 21 | B2 | 1C | 51 | 0 | 1E | 117 | 45 | 29 |
| Octal | 200 | 41 | 262 | 34 | 121 | 0 | 36 | 427 | 105 | 51 |
| Binary | 10000000 | 100001 | 10110010 | 11100 | 1010001 | 0 | 11110 | 100010111 | 1000101 | 101001 |
Color Harmonies of #8021B2
Complementary color
Monochromatic Colors of #8021B2
Black with #8021B2
Text Example
Text Example
White with #8021B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8021B2; }
p { color: rgb(128,33,178); }
H1.HeaderClassName
{
color: #8021B2;
}
.AnyTagClassName
{
color: #8021B2;
}
</style>
background-color css
<style>
a { background-color: #8021B2; }
a { background-color: rgb(128,33,178); }
div.DivClassName
{
background-color: #8021B2;
}
.BgClassName
{
background-color: #8021B2;
}
</style>
border-color css
<style>
span { border-color: #8021B2; }
span { border-color: rgb(128,33,178); }
td.TdClassName
{
border-color: #8021B2;
}
.TagClassName
{
border-color: #8021B2;
}
</style>