Shades of Dark Orchid #8D21C4
Tints of Dark Orchid #8D21C4
RGB
CMYK
RGB Variations
Color information
#8D21C4 (or 0x8D21C4) is known color: Dark Orchid. HEX triplet: 8D, 21 and C4. RGB value is (141,33,196). Sum of RGB (Red+Green+Blue) = 141+33+196=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D21C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21C4 is #72DE3B. Grayscale: #535353. Windows color (decimal): -7527996 or 12853645. OLE color: 12853645.
HSL color Cylindrical-coordinate representation of color #8D21C4: hue angle of 279.75º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D21C4 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 33 | 196 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.23 |
| HSL | 279.75º | 0.71% | 0.45% | - |
| HSV(B) | 279.75º | 0.83% | 0.77% | - |
| XYZ | 21.49 | 10.74 | 53.16 | - |
| YUV | 83.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 196 | 0.28 | 0.83 | 0 | 0.23 | 279.75 | 0.71 | 0.45 |
| Hex | 8D | 21 | C4 | 1C | 53 | 0 | 17 | 118 | 47 | 2D |
| Octal | 215 | 41 | 304 | 34 | 123 | 0 | 27 | 430 | 107 | 55 |
| Binary | 10001101 | 100001 | 11000100 | 11100 | 1010011 | 0 | 10111 | 100011000 | 1000111 | 101101 |
Color Harmonies of #8D21C4
Complementary color
Monochromatic Colors of #8D21C4
Black with #8D21C4
Text Example
Text Example
White with #8D21C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D21C4; }
p { color: rgb(141,33,196); }
H1.HeaderClassName
{
color: #8D21C4;
}
.AnyTagClassName
{
color: #8D21C4;
}
</style>
background-color css
<style>
a { background-color: #8D21C4; }
a { background-color: rgb(141,33,196); }
div.DivClassName
{
background-color: #8D21C4;
}
.BgClassName
{
background-color: #8D21C4;
}
</style>
border-color css
<style>
span { border-color: #8D21C4; }
span { border-color: rgb(141,33,196); }
td.TdClassName
{
border-color: #8D21C4;
}
.TagClassName
{
border-color: #8D21C4;
}
</style>