Shades of Dark Orchid #821EBB
Tints of Dark Orchid #821EBB
RGB
CMYK
RGB Variations
Color information
#821EBB (or 0x821EBB) is known color: Dark Orchid. HEX triplet: 82, 1E and BB. RGB value is (130,30,187). Sum of RGB (Red+Green+Blue) = 130+30+187=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #821EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EBB is #7DE144. Grayscale: #4D4D4D. Windows color (decimal): -8249669 or 12263042. OLE color: 12263042.
HSL color Cylindrical-coordinate representation of color #821EBB: hue angle of 278.22º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821EBB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 30 | 187 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.27 |
| HSL | 278.22º | 0.72% | 0.43% | - |
| HSV(B) | 278.22º | 0.84% | 0.73% | - |
| XYZ | 18.64 | 9.26 | 47.82 | - |
| YUV | 77.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 187 | 0.30 | 0.84 | 0 | 0.27 | 278.22 | 0.72 | 0.43 |
| Hex | 82 | 1E | BB | 1E | 54 | 0 | 1B | 116 | 48 | 2B |
| Octal | 202 | 36 | 273 | 36 | 124 | 0 | 33 | 426 | 110 | 53 |
| Binary | 10000010 | 11110 | 10111011 | 11110 | 1010100 | 0 | 11011 | 100010110 | 1001000 | 101011 |
Color Harmonies of #821EBB
Complementary color
Monochromatic Colors of #821EBB
Black with #821EBB
Text Example
Text Example
White with #821EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EBB; }
p { color: rgb(130,30,187); }
H1.HeaderClassName
{
color: #821EBB;
}
.AnyTagClassName
{
color: #821EBB;
}
</style>
background-color css
<style>
a { background-color: #821EBB; }
a { background-color: rgb(130,30,187); }
div.DivClassName
{
background-color: #821EBB;
}
.BgClassName
{
background-color: #821EBB;
}
</style>
border-color css
<style>
span { border-color: #821EBB; }
span { border-color: rgb(130,30,187); }
td.TdClassName
{
border-color: #821EBB;
}
.TagClassName
{
border-color: #821EBB;
}
</style>