Shades of Dark Orchid #8D38CE
Tints of Dark Orchid #8D38CE
RGB
CMYK
RGB Variations
Color information
#8D38CE (or 0x8D38CE) is known color: Dark Orchid. HEX triplet: 8D, 38 and CE. RGB value is (141,56,206). Sum of RGB (Red+Green+Blue) = 141+56+206=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38CE is #72C731. Grayscale: #626262. Windows color (decimal): -7522098 or 13514893. OLE color: 13514893.
HSL color Cylindrical-coordinate representation of color #8D38CE: hue angle of 274º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D38CE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 56 | 206 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.19 |
| HSL | 274º | 0.6% | 0.51% | - |
| HSV(B) | 274º | 0.73% | 0.81% | - |
| XYZ | 23.54 | 12.95 | 59.65 | - |
| YUV | 98.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 206 | 0.32 | 0.73 | 0 | 0.19 | 274 | 0.6 | 0.51 |
| Hex | 8D | 38 | CE | 20 | 49 | 0 | 13 | 112 | 3C | 33 |
| Octal | 215 | 70 | 316 | 40 | 111 | 0 | 23 | 422 | 74 | 63 |
| Binary | 10001101 | 111000 | 11001110 | 100000 | 1001001 | 0 | 10011 | 100010010 | 111100 | 110011 |
Color Harmonies of #8D38CE
Complementary color
Monochromatic Colors of #8D38CE
Black with #8D38CE
Text Example
Text Example
White with #8D38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D38CE; }
p { color: rgb(141,56,206); }
H1.HeaderClassName
{
color: #8D38CE;
}
.AnyTagClassName
{
color: #8D38CE;
}
</style>
background-color css
<style>
a { background-color: #8D38CE; }
a { background-color: rgb(141,56,206); }
div.DivClassName
{
background-color: #8D38CE;
}
.BgClassName
{
background-color: #8D38CE;
}
</style>
border-color css
<style>
span { border-color: #8D38CE; }
span { border-color: rgb(141,56,206); }
td.TdClassName
{
border-color: #8D38CE;
}
.TagClassName
{
border-color: #8D38CE;
}
</style>