Shades of Dark Orchid #822DBB
Tints of Dark Orchid #822DBB
RGB
CMYK
RGB Variations
Color information
#822DBB (or 0x822DBB) is known color: Dark Orchid. HEX triplet: 82, 2D and BB. RGB value is (130,45,187). Sum of RGB (Red+Green+Blue) = 130+45+187=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #822DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DBB is #7DD244. Grayscale: #565656. Windows color (decimal): -8245829 or 12266882. OLE color: 12266882.
HSL color Cylindrical-coordinate representation of color #822DBB: hue angle of 275.92º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822DBB is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 45 | 187 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.27 |
| HSL | 275.92º | 0.61% | 0.45% | - |
| HSV(B) | 275.92º | 0.76% | 0.73% | - |
| XYZ | 19.11 | 10.21 | 47.98 | - |
| YUV | 86.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 187 | 0.30 | 0.76 | 0 | 0.27 | 275.92 | 0.61 | 0.45 |
| Hex | 82 | 2D | BB | 1E | 4C | 0 | 1B | 114 | 3D | 2D |
| Octal | 202 | 55 | 273 | 36 | 114 | 0 | 33 | 424 | 75 | 55 |
| Binary | 10000010 | 101101 | 10111011 | 11110 | 1001100 | 0 | 11011 | 100010100 | 111101 | 101101 |
Color Harmonies of #822DBB
Complementary color
Monochromatic Colors of #822DBB
Black with #822DBB
Text Example
Text Example
White with #822DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DBB; }
p { color: rgb(130,45,187); }
H1.HeaderClassName
{
color: #822DBB;
}
.AnyTagClassName
{
color: #822DBB;
}
</style>
background-color css
<style>
a { background-color: #822DBB; }
a { background-color: rgb(130,45,187); }
div.DivClassName
{
background-color: #822DBB;
}
.BgClassName
{
background-color: #822DBB;
}
</style>
border-color css
<style>
span { border-color: #822DBB; }
span { border-color: rgb(130,45,187); }
td.TdClassName
{
border-color: #822DBB;
}
.TagClassName
{
border-color: #822DBB;
}
</style>