Shades of Dark Orchid #822DB5
Tints of Dark Orchid #822DB5
RGB
CMYK
RGB Variations
Color information
#822DB5 (or 0x822DB5) is known color: Dark Orchid. HEX triplet: 82, 2D and B5. RGB value is (130,45,181). Sum of RGB (Red+Green+Blue) = 130+45+181=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #822DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DB5 is #7DD24A. Grayscale: #555555. Windows color (decimal): -8245835 or 11873666. OLE color: 11873666.
HSL color Cylindrical-coordinate representation of color #822DB5: hue angle of 277.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822DB5 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 45 | 181 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.29 |
| HSL | 277.5º | 0.6% | 0.44% | - |
| HSV(B) | 277.5º | 0.75% | 0.71% | - |
| XYZ | 18.48 | 9.96 | 44.66 | - |
| YUV | 85.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 181 | 0.28 | 0.75 | 0 | 0.29 | 277.5 | 0.6 | 0.44 |
| Hex | 82 | 2D | B5 | 1C | 4B | 0 | 1D | 116 | 3C | 2C |
| Octal | 202 | 55 | 265 | 34 | 113 | 0 | 35 | 426 | 74 | 54 |
| Binary | 10000010 | 101101 | 10110101 | 11100 | 1001011 | 0 | 11101 | 100010110 | 111100 | 101100 |
Color Harmonies of #822DB5
Complementary color
Monochromatic Colors of #822DB5
Black with #822DB5
Text Example
Text Example
White with #822DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DB5; }
p { color: rgb(130,45,181); }
H1.HeaderClassName
{
color: #822DB5;
}
.AnyTagClassName
{
color: #822DB5;
}
</style>
background-color css
<style>
a { background-color: #822DB5; }
a { background-color: rgb(130,45,181); }
div.DivClassName
{
background-color: #822DB5;
}
.BgClassName
{
background-color: #822DB5;
}
</style>
border-color css
<style>
span { border-color: #822DB5; }
span { border-color: rgb(130,45,181); }
td.TdClassName
{
border-color: #822DB5;
}
.TagClassName
{
border-color: #822DB5;
}
</style>