Shades of Dark Orchid #821DBD
Tints of Dark Orchid #821DBD
RGB
CMYK
RGB Variations
Color information
#821DBD (or 0x821DBD) is known color: Dark Orchid. HEX triplet: 82, 1D and BD. RGB value is (130,29,189). Sum of RGB (Red+Green+Blue) = 130+29+189=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #821DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DBD is #7DE242. Grayscale: #4C4C4C. Windows color (decimal): -8249923 or 12393858. OLE color: 12393858.
HSL color Cylindrical-coordinate representation of color #821DBD: hue angle of 277.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821DBD is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 29 | 189 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.26 |
| HSL | 277.88º | 0.73% | 0.43% | - |
| HSV(B) | 277.88º | 0.85% | 0.74% | - |
| XYZ | 18.83 | 9.3 | 48.95 | - |
| YUV | 77.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 189 | 0.31 | 0.85 | 0 | 0.26 | 277.88 | 0.73 | 0.43 |
| Hex | 82 | 1D | BD | 1F | 55 | 0 | 1A | 116 | 49 | 2B |
| Octal | 202 | 35 | 275 | 37 | 125 | 0 | 32 | 426 | 111 | 53 |
| Binary | 10000010 | 11101 | 10111101 | 11111 | 1010101 | 0 | 11010 | 100010110 | 1001001 | 101011 |
Color Harmonies of #821DBD
Complementary color
Monochromatic Colors of #821DBD
Black with #821DBD
Text Example
Text Example
White with #821DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DBD; }
p { color: rgb(130,29,189); }
H1.HeaderClassName
{
color: #821DBD;
}
.AnyTagClassName
{
color: #821DBD;
}
</style>
background-color css
<style>
a { background-color: #821DBD; }
a { background-color: rgb(130,29,189); }
div.DivClassName
{
background-color: #821DBD;
}
.BgClassName
{
background-color: #821DBD;
}
</style>
border-color css
<style>
span { border-color: #821DBD; }
span { border-color: rgb(130,29,189); }
td.TdClassName
{
border-color: #821DBD;
}
.TagClassName
{
border-color: #821DBD;
}
</style>