Shades of Dark Orchid #8D3FCD
Tints of Dark Orchid #8D3FCD
RGB
CMYK
RGB Variations
Color information
#8D3FCD (or 0x8D3FCD) is known color: Dark Orchid. HEX triplet: 8D, 3F and CD. RGB value is (141,63,205). Sum of RGB (Red+Green+Blue) = 141+63+205=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FCD is #72C032. Grayscale: #666666. Windows color (decimal): -7520307 or 13451149. OLE color: 13451149.
HSL color Cylindrical-coordinate representation of color #8D3FCD: hue angle of 272.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3FCD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 63 | 205 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.20 |
| HSL | 272.96º | 0.59% | 0.53% | - |
| HSV(B) | 272.96º | 0.69% | 0.8% | - |
| XYZ | 23.78 | 13.63 | 59.13 | - |
| YUV | 102.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 205 | 0.31 | 0.69 | 0 | 0.20 | 272.96 | 0.59 | 0.53 |
| Hex | 8D | 3F | CD | 1F | 45 | 0 | 14 | 111 | 3B | 35 |
| Octal | 215 | 77 | 315 | 37 | 105 | 0 | 24 | 421 | 73 | 65 |
| Binary | 10001101 | 111111 | 11001101 | 11111 | 1000101 | 0 | 10100 | 100010001 | 111011 | 110101 |
Color Harmonies of #8D3FCD
Complementary color
Monochromatic Colors of #8D3FCD
Black with #8D3FCD
Text Example
Text Example
White with #8D3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FCD; }
p { color: rgb(141,63,205); }
H1.HeaderClassName
{
color: #8D3FCD;
}
.AnyTagClassName
{
color: #8D3FCD;
}
</style>
background-color css
<style>
a { background-color: #8D3FCD; }
a { background-color: rgb(141,63,205); }
div.DivClassName
{
background-color: #8D3FCD;
}
.BgClassName
{
background-color: #8D3FCD;
}
</style>
border-color css
<style>
span { border-color: #8D3FCD; }
span { border-color: rgb(141,63,205); }
td.TdClassName
{
border-color: #8D3FCD;
}
.TagClassName
{
border-color: #8D3FCD;
}
</style>