Shades of Dark Orchid #8D22BC
Tints of Dark Orchid #8D22BC
RGB
CMYK
RGB Variations
Color information
#8D22BC (or 0x8D22BC) is known color: Dark Orchid. HEX triplet: 8D, 22 and BC. RGB value is (141,34,188). Sum of RGB (Red+Green+Blue) = 141+34+188=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D22BC is #72DD43. Grayscale: #535353. Windows color (decimal): -7527748 or 12329613. OLE color: 12329613.
HSL color Cylindrical-coordinate representation of color #8D22BC: hue angle of 281.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D22BC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 34 | 188 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.26 |
| HSL | 281.69º | 0.69% | 0.44% | - |
| HSV(B) | 281.69º | 0.82% | 0.74% | - |
| XYZ | 20.63 | 10.44 | 48.5 | - |
| YUV | 83.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 188 | 0.25 | 0.82 | 0 | 0.26 | 281.69 | 0.69 | 0.44 |
| Hex | 8D | 22 | BC | 19 | 52 | 0 | 1A | 11A | 45 | 2C |
| Octal | 215 | 42 | 274 | 31 | 122 | 0 | 32 | 432 | 105 | 54 |
| Binary | 10001101 | 100010 | 10111100 | 11001 | 1010010 | 0 | 11010 | 100011010 | 1000101 | 101100 |
Color Harmonies of #8D22BC
Complementary color
Monochromatic Colors of #8D22BC
Black with #8D22BC
Text Example
Text Example
White with #8D22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D22BC; }
p { color: rgb(141,34,188); }
H1.HeaderClassName
{
color: #8D22BC;
}
.AnyTagClassName
{
color: #8D22BC;
}
</style>
background-color css
<style>
a { background-color: #8D22BC; }
a { background-color: rgb(141,34,188); }
div.DivClassName
{
background-color: #8D22BC;
}
.BgClassName
{
background-color: #8D22BC;
}
</style>
border-color css
<style>
span { border-color: #8D22BC; }
span { border-color: rgb(141,34,188); }
td.TdClassName
{
border-color: #8D22BC;
}
.TagClassName
{
border-color: #8D22BC;
}
</style>