Shades of Dark Orchid #8D3BD0
Tints of Dark Orchid #8D3BD0
RGB
CMYK
RGB Variations
Color information
#8D3BD0 (or 0x8D3BD0) is known color: Dark Orchid. HEX triplet: 8D, 3B and D0. RGB value is (141,59,208). Sum of RGB (Red+Green+Blue) = 141+59+208=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BD0 is #72C42F. Grayscale: #636363. Windows color (decimal): -7521328 or 13646733. OLE color: 13646733.
HSL color Cylindrical-coordinate representation of color #8D3BD0: hue angle of 273.02º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3BD0 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 59 | 208 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.18 |
| HSL | 273.02º | 0.61% | 0.52% | - |
| HSV(B) | 273.02º | 0.72% | 0.82% | - |
| XYZ | 23.93 | 13.34 | 60.99 | - |
| YUV | 100.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 208 | 0.32 | 0.72 | 0 | 0.18 | 273.02 | 0.61 | 0.52 |
| Hex | 8D | 3B | D0 | 20 | 48 | 0 | 12 | 111 | 3D | 34 |
| Octal | 215 | 73 | 320 | 40 | 110 | 0 | 22 | 421 | 75 | 64 |
| Binary | 10001101 | 111011 | 11010000 | 100000 | 1001000 | 0 | 10010 | 100010001 | 111101 | 110100 |
Color Harmonies of #8D3BD0
Complementary color
Monochromatic Colors of #8D3BD0
Black with #8D3BD0
Text Example
Text Example
White with #8D3BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BD0; }
p { color: rgb(141,59,208); }
H1.HeaderClassName
{
color: #8D3BD0;
}
.AnyTagClassName
{
color: #8D3BD0;
}
</style>
background-color css
<style>
a { background-color: #8D3BD0; }
a { background-color: rgb(141,59,208); }
div.DivClassName
{
background-color: #8D3BD0;
}
.BgClassName
{
background-color: #8D3BD0;
}
</style>
border-color css
<style>
span { border-color: #8D3BD0; }
span { border-color: rgb(141,59,208); }
td.TdClassName
{
border-color: #8D3BD0;
}
.TagClassName
{
border-color: #8D3BD0;
}
</style>