Shades of Dark Orchid #821AB9
Tints of Dark Orchid #821AB9
RGB
CMYK
RGB Variations
Color information
#821AB9 (or 0x821AB9) is known color: Dark Orchid. HEX triplet: 82, 1A and B9. RGB value is (130,26,185). Sum of RGB (Red+Green+Blue) = 130+26+185=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #821AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821AB9 is #7DE546. Grayscale: #4A4A4A. Windows color (decimal): -8250695 or 12130946. OLE color: 12130946.
HSL color Cylindrical-coordinate representation of color #821AB9: hue angle of 279.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821AB9 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 26 | 185 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.27 |
| HSL | 279.25º | 0.75% | 0.41% | - |
| HSV(B) | 279.25º | 0.86% | 0.73% | - |
| XYZ | 18.33 | 8.99 | 46.67 | - |
| YUV | 75.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 185 | 0.30 | 0.86 | 0 | 0.27 | 279.25 | 0.75 | 0.41 |
| Hex | 82 | 1A | B9 | 1E | 56 | 0 | 1B | 117 | 4B | 29 |
| Octal | 202 | 32 | 271 | 36 | 126 | 0 | 33 | 427 | 113 | 51 |
| Binary | 10000010 | 11010 | 10111001 | 11110 | 1010110 | 0 | 11011 | 100010111 | 1001011 | 101001 |
Color Harmonies of #821AB9
Complementary color
Monochromatic Colors of #821AB9
Black with #821AB9
Text Example
Text Example
White with #821AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821AB9; }
p { color: rgb(130,26,185); }
H1.HeaderClassName
{
color: #821AB9;
}
.AnyTagClassName
{
color: #821AB9;
}
</style>
background-color css
<style>
a { background-color: #821AB9; }
a { background-color: rgb(130,26,185); }
div.DivClassName
{
background-color: #821AB9;
}
.BgClassName
{
background-color: #821AB9;
}
</style>
border-color css
<style>
span { border-color: #821AB9; }
span { border-color: rgb(130,26,185); }
td.TdClassName
{
border-color: #821AB9;
}
.TagClassName
{
border-color: #821AB9;
}
</style>