Shades of Dark Orchid #821EB0
Tints of Dark Orchid #821EB0
RGB
CMYK
RGB Variations
Color information
#821EB0 (or 0x821EB0) is known color: Dark Orchid. HEX triplet: 82, 1E and B0. RGB value is (130,30,176). Sum of RGB (Red+Green+Blue) = 130+30+176=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #821EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EB0 is #7DE14F. Grayscale: #4C4C4C. Windows color (decimal): -8249680 or 11542146. OLE color: 11542146.
HSL color Cylindrical-coordinate representation of color #821EB0: hue angle of 281.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821EB0 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 30 | 176 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.31 |
| HSL | 281.1º | 0.71% | 0.4% | - |
| HSV(B) | 281.1º | 0.83% | 0.69% | - |
| XYZ | 17.51 | 8.81 | 41.85 | - |
| YUV | 76.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 176 | 0.26 | 0.83 | 0 | 0.31 | 281.1 | 0.71 | 0.4 |
| Hex | 82 | 1E | B0 | 1A | 53 | 0 | 1F | 119 | 47 | 28 |
| Octal | 202 | 36 | 260 | 32 | 123 | 0 | 37 | 431 | 107 | 50 |
| Binary | 10000010 | 11110 | 10110000 | 11010 | 1010011 | 0 | 11111 | 100011001 | 1000111 | 101000 |
Color Harmonies of #821EB0
Complementary color
Monochromatic Colors of #821EB0
Black with #821EB0
Text Example
Text Example
White with #821EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EB0; }
p { color: rgb(130,30,176); }
H1.HeaderClassName
{
color: #821EB0;
}
.AnyTagClassName
{
color: #821EB0;
}
</style>
background-color css
<style>
a { background-color: #821EB0; }
a { background-color: rgb(130,30,176); }
div.DivClassName
{
background-color: #821EB0;
}
.BgClassName
{
background-color: #821EB0;
}
</style>
border-color css
<style>
span { border-color: #821EB0; }
span { border-color: rgb(130,30,176); }
td.TdClassName
{
border-color: #821EB0;
}
.TagClassName
{
border-color: #821EB0;
}
</style>