Shades of Dark Orchid #822DB4
Tints of Dark Orchid #822DB4
RGB
CMYK
RGB Variations
Color information
#822DB4 (or 0x822DB4) is known color: Dark Orchid. HEX triplet: 82, 2D and B4. RGB value is (130,45,180). Sum of RGB (Red+Green+Blue) = 130+45+180=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #822DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DB4 is #7DD24B. Grayscale: #555555. Windows color (decimal): -8245836 or 11808130. OLE color: 11808130.
HSL color Cylindrical-coordinate representation of color #822DB4: hue angle of 277.78º 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 #822DB4 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 45 | 180 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.29 |
| HSL | 277.78º | 0.6% | 0.44% | - |
| HSV(B) | 277.78º | 0.75% | 0.71% | - |
| XYZ | 18.38 | 9.92 | 44.13 | - |
| YUV | 85.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 180 | 0.28 | 0.75 | 0 | 0.29 | 277.78 | 0.6 | 0.44 |
| Hex | 82 | 2D | B4 | 1C | 4B | 0 | 1D | 116 | 3C | 2C |
| Octal | 202 | 55 | 264 | 34 | 113 | 0 | 35 | 426 | 74 | 54 |
| Binary | 10000010 | 101101 | 10110100 | 11100 | 1001011 | 0 | 11101 | 100010110 | 111100 | 101100 |
Color Harmonies of #822DB4
Complementary color
Monochromatic Colors of #822DB4
Black with #822DB4
Text Example
Text Example
White with #822DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DB4; }
p { color: rgb(130,45,180); }
H1.HeaderClassName
{
color: #822DB4;
}
.AnyTagClassName
{
color: #822DB4;
}
</style>
background-color css
<style>
a { background-color: #822DB4; }
a { background-color: rgb(130,45,180); }
div.DivClassName
{
background-color: #822DB4;
}
.BgClassName
{
background-color: #822DB4;
}
</style>
border-color css
<style>
span { border-color: #822DB4; }
span { border-color: rgb(130,45,180); }
td.TdClassName
{
border-color: #822DB4;
}
.TagClassName
{
border-color: #822DB4;
}
</style>