Shades of Dark Orchid #8D3BCE
Tints of Dark Orchid #8D3BCE
RGB
CMYK
RGB Variations
Color information
#8D3BCE (or 0x8D3BCE) is known color: Dark Orchid. HEX triplet: 8D, 3B and CE. RGB value is (141,59,206). Sum of RGB (Red+Green+Blue) = 141+59+206=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BCE is #72C431. Grayscale: #636363. Windows color (decimal): -7521330 or 13515661. OLE color: 13515661.
HSL color Cylindrical-coordinate representation of color #8D3BCE: hue angle of 273.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3BCE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 59 | 206 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.19 |
| HSL | 273.47º | 0.6% | 0.52% | - |
| HSV(B) | 273.47º | 0.71% | 0.81% | - |
| XYZ | 23.69 | 13.25 | 59.7 | - |
| YUV | 100.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 206 | 0.32 | 0.71 | 0 | 0.19 | 273.47 | 0.6 | 0.52 |
| Hex | 8D | 3B | CE | 20 | 47 | 0 | 13 | 111 | 3C | 34 |
| Octal | 215 | 73 | 316 | 40 | 107 | 0 | 23 | 421 | 74 | 64 |
| Binary | 10001101 | 111011 | 11001110 | 100000 | 1000111 | 0 | 10011 | 100010001 | 111100 | 110100 |
Color Harmonies of #8D3BCE
Complementary color
Monochromatic Colors of #8D3BCE
Black with #8D3BCE
Text Example
Text Example
White with #8D3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BCE; }
p { color: rgb(141,59,206); }
H1.HeaderClassName
{
color: #8D3BCE;
}
.AnyTagClassName
{
color: #8D3BCE;
}
</style>
background-color css
<style>
a { background-color: #8D3BCE; }
a { background-color: rgb(141,59,206); }
div.DivClassName
{
background-color: #8D3BCE;
}
.BgClassName
{
background-color: #8D3BCE;
}
</style>
border-color css
<style>
span { border-color: #8D3BCE; }
span { border-color: rgb(141,59,206); }
td.TdClassName
{
border-color: #8D3BCE;
}
.TagClassName
{
border-color: #8D3BCE;
}
</style>