Shades of Dark Orchid #8221C0
Tints of Dark Orchid #8221C0
RGB
CMYK
RGB Variations
Color information
#8221C0 (or 0x8221C0) is known color: Dark Orchid. HEX triplet: 82, 21 and C0. RGB value is (130,33,192). Sum of RGB (Red+Green+Blue) = 130+33+192=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #8221C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221C0 is #7DDE3F. Grayscale: #4F4F4F. Windows color (decimal): -8248896 or 12591490. OLE color: 12591490.
HSL color Cylindrical-coordinate representation of color #8221C0: hue angle of 276.6º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8221C0 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 33 | 192 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.25 |
| HSL | 276.6º | 0.71% | 0.44% | - |
| HSV(B) | 276.6º | 0.83% | 0.75% | - |
| XYZ | 19.26 | 9.64 | 50.71 | - |
| YUV | 80.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 192 | 0.32 | 0.83 | 0 | 0.25 | 276.6 | 0.71 | 0.44 |
| Hex | 82 | 21 | C0 | 20 | 53 | 0 | 19 | 115 | 47 | 2C |
| Octal | 202 | 41 | 300 | 40 | 123 | 0 | 31 | 425 | 107 | 54 |
| Binary | 10000010 | 100001 | 11000000 | 100000 | 1010011 | 0 | 11001 | 100010101 | 1000111 | 101100 |
Color Harmonies of #8221C0
Complementary color
Monochromatic Colors of #8221C0
Black with #8221C0
Text Example
Text Example
White with #8221C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221C0; }
p { color: rgb(130,33,192); }
H1.HeaderClassName
{
color: #8221C0;
}
.AnyTagClassName
{
color: #8221C0;
}
</style>
background-color css
<style>
a { background-color: #8221C0; }
a { background-color: rgb(130,33,192); }
div.DivClassName
{
background-color: #8221C0;
}
.BgClassName
{
background-color: #8221C0;
}
</style>
border-color css
<style>
span { border-color: #8221C0; }
span { border-color: rgb(130,33,192); }
td.TdClassName
{
border-color: #8221C0;
}
.TagClassName
{
border-color: #8221C0;
}
</style>