Shades of Dark Orchid #822BBA
Tints of Dark Orchid #822BBA
RGB
CMYK
RGB Variations
Color information
#822BBA (or 0x822BBA) is known color: Dark Orchid. HEX triplet: 82, 2B and BA. RGB value is (130,43,186). Sum of RGB (Red+Green+Blue) = 130+43+186=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #822BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BBA is #7DD445. Grayscale: #545454. Windows color (decimal): -8246342 or 12200834. OLE color: 12200834.
HSL color Cylindrical-coordinate representation of color #822BBA: hue angle of 276.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822BBA is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 43 | 186 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.27 |
| HSL | 276.5º | 0.62% | 0.45% | - |
| HSV(B) | 276.5º | 0.77% | 0.73% | - |
| XYZ | 18.93 | 10.02 | 47.39 | - |
| YUV | 85.32 | 184.82 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 186 | 0.30 | 0.77 | 0 | 0.27 | 276.5 | 0.62 | 0.45 |
| Hex | 82 | 2B | BA | 1E | 4D | 0 | 1B | 115 | 3E | 2D |
| Octal | 202 | 53 | 272 | 36 | 115 | 0 | 33 | 425 | 76 | 55 |
| Binary | 10000010 | 101011 | 10111010 | 11110 | 1001101 | 0 | 11011 | 100010101 | 111110 | 101101 |
Color Harmonies of #822BBA
Complementary color
Monochromatic Colors of #822BBA
Black with #822BBA
Text Example
Text Example
White with #822BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822BBA; }
p { color: rgb(130,43,186); }
H1.HeaderClassName
{
color: #822BBA;
}
.AnyTagClassName
{
color: #822BBA;
}
</style>
background-color css
<style>
a { background-color: #822BBA; }
a { background-color: rgb(130,43,186); }
div.DivClassName
{
background-color: #822BBA;
}
.BgClassName
{
background-color: #822BBA;
}
</style>
border-color css
<style>
span { border-color: #822BBA; }
span { border-color: rgb(130,43,186); }
td.TdClassName
{
border-color: #822BBA;
}
.TagClassName
{
border-color: #822BBA;
}
</style>