Shades of Dark Orchid #821DB1
Tints of Dark Orchid #821DB1
RGB
CMYK
RGB Variations
Color information
#821DB1 (or 0x821DB1) is known color: Dark Orchid. HEX triplet: 82, 1D and B1. RGB value is (130,29,177). Sum of RGB (Red+Green+Blue) = 130+29+177=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #821DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821DB1 is #7DE24E. Grayscale: #4B4B4B. Windows color (decimal): -8249935 or 11607426. OLE color: 11607426.
HSL color Cylindrical-coordinate representation of color #821DB1: hue angle of 280.95º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821DB1 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 29 | 177 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.31 |
| HSL | 280.95º | 0.72% | 0.4% | - |
| HSV(B) | 280.95º | 0.84% | 0.69% | - |
| XYZ | 17.58 | 8.8 | 42.37 | - |
| YUV | 76.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 177 | 0.27 | 0.84 | 0 | 0.31 | 280.95 | 0.72 | 0.4 |
| Hex | 82 | 1D | B1 | 1B | 54 | 0 | 1F | 119 | 48 | 28 |
| Octal | 202 | 35 | 261 | 33 | 124 | 0 | 37 | 431 | 110 | 50 |
| Binary | 10000010 | 11101 | 10110001 | 11011 | 1010100 | 0 | 11111 | 100011001 | 1001000 | 101000 |
Color Harmonies of #821DB1
Complementary color
Monochromatic Colors of #821DB1
Black with #821DB1
Text Example
Text Example
White with #821DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DB1; }
p { color: rgb(130,29,177); }
H1.HeaderClassName
{
color: #821DB1;
}
.AnyTagClassName
{
color: #821DB1;
}
</style>
background-color css
<style>
a { background-color: #821DB1; }
a { background-color: rgb(130,29,177); }
div.DivClassName
{
background-color: #821DB1;
}
.BgClassName
{
background-color: #821DB1;
}
</style>
border-color css
<style>
span { border-color: #821DB1; }
span { border-color: rgb(130,29,177); }
td.TdClassName
{
border-color: #821DB1;
}
.TagClassName
{
border-color: #821DB1;
}
</style>