Shades of Dark Orchid #8221C6
Tints of Dark Orchid #8221C6
RGB
CMYK
RGB Variations
Color information
#8221C6 (or 0x8221C6) is known color: Dark Orchid. HEX triplet: 82, 21 and C6. RGB value is (130,33,198). Sum of RGB (Red+Green+Blue) = 130+33+198=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #8221C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221C6 is #7DDE39. Grayscale: #505050. Windows color (decimal): -8248890 or 12984706. OLE color: 12984706.
HSL color Cylindrical-coordinate representation of color #8221C6: hue angle of 275.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8221C6 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 33 | 198 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.22 |
| HSL | 275.27º | 0.71% | 0.45% | - |
| HSV(B) | 275.27º | 0.83% | 0.78% | - |
| XYZ | 19.94 | 9.91 | 54.29 | - |
| YUV | 80.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 198 | 0.34 | 0.83 | 0 | 0.22 | 275.27 | 0.71 | 0.45 |
| Hex | 82 | 21 | C6 | 22 | 53 | 0 | 16 | 113 | 47 | 2D |
| Octal | 202 | 41 | 306 | 42 | 123 | 0 | 26 | 423 | 107 | 55 |
| Binary | 10000010 | 100001 | 11000110 | 100010 | 1010011 | 0 | 10110 | 100010011 | 1000111 | 101101 |
Color Harmonies of #8221C6
Complementary color
Monochromatic Colors of #8221C6
Black with #8221C6
Text Example
Text Example
White with #8221C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221C6; }
p { color: rgb(130,33,198); }
H1.HeaderClassName
{
color: #8221C6;
}
.AnyTagClassName
{
color: #8221C6;
}
</style>
background-color css
<style>
a { background-color: #8221C6; }
a { background-color: rgb(130,33,198); }
div.DivClassName
{
background-color: #8221C6;
}
.BgClassName
{
background-color: #8221C6;
}
</style>
border-color css
<style>
span { border-color: #8221C6; }
span { border-color: rgb(130,33,198); }
td.TdClassName
{
border-color: #8221C6;
}
.TagClassName
{
border-color: #8221C6;
}
</style>