Shades of Dark Orchid #8D32CA
Tints of Dark Orchid #8D32CA
RGB
CMYK
RGB Variations
Color information
#8D32CA (or 0x8D32CA) is known color: Dark Orchid. HEX triplet: 8D, 32 and CA. RGB value is (141,50,202). Sum of RGB (Red+Green+Blue) = 141+50+202=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D32CA is #72CD35. Grayscale: #5E5E5E. Windows color (decimal): -7523638 or 13251213. OLE color: 13251213.
HSL color Cylindrical-coordinate representation of color #8D32CA: hue angle of 275.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D32CA is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 50 | 202 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.21 |
| HSL | 275.92º | 0.6% | 0.49% | - |
| HSV(B) | 275.92º | 0.75% | 0.79% | - |
| XYZ | 22.79 | 12.21 | 57.03 | - |
| YUV | 94.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 202 | 0.30 | 0.75 | 0 | 0.21 | 275.92 | 0.6 | 0.49 |
| Hex | 8D | 32 | CA | 1E | 4B | 0 | 15 | 114 | 3C | 31 |
| Octal | 215 | 62 | 312 | 36 | 113 | 0 | 25 | 424 | 74 | 61 |
| Binary | 10001101 | 110010 | 11001010 | 11110 | 1001011 | 0 | 10101 | 100010100 | 111100 | 110001 |
Color Harmonies of #8D32CA
Complementary color
Monochromatic Colors of #8D32CA
Black with #8D32CA
Text Example
Text Example
White with #8D32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D32CA; }
p { color: rgb(141,50,202); }
H1.HeaderClassName
{
color: #8D32CA;
}
.AnyTagClassName
{
color: #8D32CA;
}
</style>
background-color css
<style>
a { background-color: #8D32CA; }
a { background-color: rgb(141,50,202); }
div.DivClassName
{
background-color: #8D32CA;
}
.BgClassName
{
background-color: #8D32CA;
}
</style>
border-color css
<style>
span { border-color: #8D32CA; }
span { border-color: rgb(141,50,202); }
td.TdClassName
{
border-color: #8D32CA;
}
.TagClassName
{
border-color: #8D32CA;
}
</style>