Shades of Dark Orchid #821DB5
Tints of Dark Orchid #821DB5
RGB
CMYK
RGB Variations
Color information
#821DB5 (or 0x821DB5) is known color: Dark Orchid. HEX triplet: 82, 1D and B5. RGB value is (130,29,181). Sum of RGB (Red+Green+Blue) = 130+29+181=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #821DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DB5 is #7DE24A. Grayscale: #4C4C4C. Windows color (decimal): -8249931 or 11869570. OLE color: 11869570.
HSL color Cylindrical-coordinate representation of color #821DB5: hue angle of 279.87º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821DB5 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 29 | 181 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.29 |
| HSL | 279.87º | 0.72% | 0.41% | - |
| HSV(B) | 279.87º | 0.84% | 0.71% | - |
| XYZ | 17.99 | 8.96 | 44.5 | - |
| YUV | 76.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 181 | 0.28 | 0.84 | 0 | 0.29 | 279.87 | 0.72 | 0.41 |
| Hex | 82 | 1D | B5 | 1C | 54 | 0 | 1D | 118 | 48 | 29 |
| Octal | 202 | 35 | 265 | 34 | 124 | 0 | 35 | 430 | 110 | 51 |
| Binary | 10000010 | 11101 | 10110101 | 11100 | 1010100 | 0 | 11101 | 100011000 | 1001000 | 101001 |
Color Harmonies of #821DB5
Complementary color
Monochromatic Colors of #821DB5
Black with #821DB5
Text Example
Text Example
White with #821DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DB5; }
p { color: rgb(130,29,181); }
H1.HeaderClassName
{
color: #821DB5;
}
.AnyTagClassName
{
color: #821DB5;
}
</style>
background-color css
<style>
a { background-color: #821DB5; }
a { background-color: rgb(130,29,181); }
div.DivClassName
{
background-color: #821DB5;
}
.BgClassName
{
background-color: #821DB5;
}
</style>
border-color css
<style>
span { border-color: #821DB5; }
span { border-color: rgb(130,29,181); }
td.TdClassName
{
border-color: #821DB5;
}
.TagClassName
{
border-color: #821DB5;
}
</style>