Shades of Dark Orchid #8221BC
Tints of Dark Orchid #8221BC
RGB
CMYK
RGB Variations
Color information
#8221BC (or 0x8221BC) is known color: Dark Orchid. HEX triplet: 82, 21 and BC. RGB value is (130,33,188). Sum of RGB (Red+Green+Blue) = 130+33+188=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8221BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221BC is #7DDE43. Grayscale: #4F4F4F. Windows color (decimal): -8248900 or 12329346. OLE color: 12329346.
HSL color Cylindrical-coordinate representation of color #8221BC: hue angle of 277.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8221BC is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 33 | 188 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.26 |
| HSL | 277.55º | 0.7% | 0.43% | - |
| HSV(B) | 277.55º | 0.82% | 0.74% | - |
| XYZ | 18.83 | 9.46 | 48.41 | - |
| YUV | 79.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 188 | 0.31 | 0.82 | 0 | 0.26 | 277.55 | 0.7 | 0.43 |
| Hex | 82 | 21 | BC | 1F | 52 | 0 | 1A | 116 | 46 | 2B |
| Octal | 202 | 41 | 274 | 37 | 122 | 0 | 32 | 426 | 106 | 53 |
| Binary | 10000010 | 100001 | 10111100 | 11111 | 1010010 | 0 | 11010 | 100010110 | 1000110 | 101011 |
Color Harmonies of #8221BC
Complementary color
Monochromatic Colors of #8221BC
Black with #8221BC
Text Example
Text Example
White with #8221BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221BC; }
p { color: rgb(130,33,188); }
H1.HeaderClassName
{
color: #8221BC;
}
.AnyTagClassName
{
color: #8221BC;
}
</style>
background-color css
<style>
a { background-color: #8221BC; }
a { background-color: rgb(130,33,188); }
div.DivClassName
{
background-color: #8221BC;
}
.BgClassName
{
background-color: #8221BC;
}
</style>
border-color css
<style>
span { border-color: #8221BC; }
span { border-color: rgb(130,33,188); }
td.TdClassName
{
border-color: #8221BC;
}
.TagClassName
{
border-color: #8221BC;
}
</style>