Shades of Dark Orchid #821DBB
Tints of Dark Orchid #821DBB
RGB
CMYK
RGB Variations
Color information
#821DBB (or 0x821DBB) is known color: Dark Orchid. HEX triplet: 82, 1D and BB. RGB value is (130,29,187). Sum of RGB (Red+Green+Blue) = 130+29+187=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #821DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DBB is #7DE244. Grayscale: #4C4C4C. Windows color (decimal): -8249925 or 12262786. OLE color: 12262786.
HSL color Cylindrical-coordinate representation of color #821DBB: hue angle of 278.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821DBB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 29 | 187 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.27 |
| HSL | 278.35º | 0.73% | 0.42% | - |
| HSV(B) | 278.35º | 0.84% | 0.73% | - |
| XYZ | 18.61 | 9.21 | 47.81 | - |
| YUV | 77.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 187 | 0.30 | 0.84 | 0 | 0.27 | 278.35 | 0.73 | 0.42 |
| Hex | 82 | 1D | BB | 1E | 54 | 0 | 1B | 116 | 49 | 2A |
| Octal | 202 | 35 | 273 | 36 | 124 | 0 | 33 | 426 | 111 | 52 |
| Binary | 10000010 | 11101 | 10111011 | 11110 | 1010100 | 0 | 11011 | 100010110 | 1001001 | 101010 |
Color Harmonies of #821DBB
Complementary color
Monochromatic Colors of #821DBB
Black with #821DBB
Text Example
Text Example
White with #821DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DBB; }
p { color: rgb(130,29,187); }
H1.HeaderClassName
{
color: #821DBB;
}
.AnyTagClassName
{
color: #821DBB;
}
</style>
background-color css
<style>
a { background-color: #821DBB; }
a { background-color: rgb(130,29,187); }
div.DivClassName
{
background-color: #821DBB;
}
.BgClassName
{
background-color: #821DBB;
}
</style>
border-color css
<style>
span { border-color: #821DBB; }
span { border-color: rgb(130,29,187); }
td.TdClassName
{
border-color: #821DBB;
}
.TagClassName
{
border-color: #821DBB;
}
</style>