Shades of Dark Orchid #8222B5
Tints of Dark Orchid #8222B5
RGB
CMYK
RGB Variations
Color information
#8222B5 (or 0x8222B5) is known color: Dark Orchid. HEX triplet: 82, 22 and B5. RGB value is (130,34,181). Sum of RGB (Red+Green+Blue) = 130+34+181=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #8222B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222B5 is #7DDD4A. Grayscale: #4E4E4E. Windows color (decimal): -8248651 or 11870850. OLE color: 11870850.
HSL color Cylindrical-coordinate representation of color #8222B5: hue angle of 279.18º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8222B5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 34 | 181 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.29 |
| HSL | 279.18º | 0.68% | 0.42% | - |
| HSV(B) | 279.18º | 0.81% | 0.71% | - |
| XYZ | 18.12 | 9.23 | 44.54 | - |
| YUV | 79.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 181 | 0.28 | 0.81 | 0 | 0.29 | 279.18 | 0.68 | 0.42 |
| Hex | 82 | 22 | B5 | 1C | 51 | 0 | 1D | 117 | 44 | 2A |
| Octal | 202 | 42 | 265 | 34 | 121 | 0 | 35 | 427 | 104 | 52 |
| Binary | 10000010 | 100010 | 10110101 | 11100 | 1010001 | 0 | 11101 | 100010111 | 1000100 | 101010 |
Color Harmonies of #8222B5
Complementary color
Monochromatic Colors of #8222B5
Black with #8222B5
Text Example
Text Example
White with #8222B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8222B5; }
p { color: rgb(130,34,181); }
H1.HeaderClassName
{
color: #8222B5;
}
.AnyTagClassName
{
color: #8222B5;
}
</style>
background-color css
<style>
a { background-color: #8222B5; }
a { background-color: rgb(130,34,181); }
div.DivClassName
{
background-color: #8222B5;
}
.BgClassName
{
background-color: #8222B5;
}
</style>
border-color css
<style>
span { border-color: #8222B5; }
span { border-color: rgb(130,34,181); }
td.TdClassName
{
border-color: #8222B5;
}
.TagClassName
{
border-color: #8222B5;
}
</style>