Shades of Dark Orchid #8D3FCE
Tints of Dark Orchid #8D3FCE
RGB
CMYK
RGB Variations
Color information
#8D3FCE (or 0x8D3FCE) is known color: Dark Orchid. HEX triplet: 8D, 3F and CE. RGB value is (141,63,206). Sum of RGB (Red+Green+Blue) = 141+63+206=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FCE is #72C031. Grayscale: #666666. Windows color (decimal): -7520306 or 13516685. OLE color: 13516685.
HSL color Cylindrical-coordinate representation of color #8D3FCE: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3FCE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 63 | 206 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.19 |
| HSL | 272.73º | 0.59% | 0.53% | - |
| HSV(B) | 272.73º | 0.69% | 0.81% | - |
| XYZ | 23.9 | 13.67 | 59.77 | - |
| YUV | 102.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 206 | 0.32 | 0.69 | 0 | 0.19 | 272.73 | 0.59 | 0.53 |
| Hex | 8D | 3F | CE | 20 | 45 | 0 | 13 | 111 | 3B | 35 |
| Octal | 215 | 77 | 316 | 40 | 105 | 0 | 23 | 421 | 73 | 65 |
| Binary | 10001101 | 111111 | 11001110 | 100000 | 1000101 | 0 | 10011 | 100010001 | 111011 | 110101 |
Color Harmonies of #8D3FCE
Complementary color
Monochromatic Colors of #8D3FCE
Black with #8D3FCE
Text Example
Text Example
White with #8D3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FCE; }
p { color: rgb(141,63,206); }
H1.HeaderClassName
{
color: #8D3FCE;
}
.AnyTagClassName
{
color: #8D3FCE;
}
</style>
background-color css
<style>
a { background-color: #8D3FCE; }
a { background-color: rgb(141,63,206); }
div.DivClassName
{
background-color: #8D3FCE;
}
.BgClassName
{
background-color: #8D3FCE;
}
</style>
border-color css
<style>
span { border-color: #8D3FCE; }
span { border-color: rgb(141,63,206); }
td.TdClassName
{
border-color: #8D3FCE;
}
.TagClassName
{
border-color: #8D3FCE;
}
</style>