Shades of Dark Orchid #8D3ECB
Tints of Dark Orchid #8D3ECB
RGB
CMYK
RGB Variations
Color information
#8D3ECB (or 0x8D3ECB) is known color: Dark Orchid. HEX triplet: 8D, 3E and CB. RGB value is (141,62,203). Sum of RGB (Red+Green+Blue) = 141+62+203=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ECB is #72C134. Grayscale: #656565. Windows color (decimal): -7520565 or 13319821. OLE color: 13319821.
HSL color Cylindrical-coordinate representation of color #8D3ECB: hue angle of 273.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3ECB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 62 | 203 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.20 |
| HSL | 273.62º | 0.58% | 0.52% | - |
| HSV(B) | 273.62º | 0.69% | 0.8% | - |
| XYZ | 23.49 | 13.42 | 57.85 | - |
| YUV | 101.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 203 | 0.31 | 0.69 | 0 | 0.20 | 273.62 | 0.58 | 0.52 |
| Hex | 8D | 3E | CB | 1F | 45 | 0 | 14 | 112 | 3A | 34 |
| Octal | 215 | 76 | 313 | 37 | 105 | 0 | 24 | 422 | 72 | 64 |
| Binary | 10001101 | 111110 | 11001011 | 11111 | 1000101 | 0 | 10100 | 100010010 | 111010 | 110100 |
Color Harmonies of #8D3ECB
Complementary color
Monochromatic Colors of #8D3ECB
Black with #8D3ECB
Text Example
Text Example
White with #8D3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ECB; }
p { color: rgb(141,62,203); }
H1.HeaderClassName
{
color: #8D3ECB;
}
.AnyTagClassName
{
color: #8D3ECB;
}
</style>
background-color css
<style>
a { background-color: #8D3ECB; }
a { background-color: rgb(141,62,203); }
div.DivClassName
{
background-color: #8D3ECB;
}
.BgClassName
{
background-color: #8D3ECB;
}
</style>
border-color css
<style>
span { border-color: #8D3ECB; }
span { border-color: rgb(141,62,203); }
td.TdClassName
{
border-color: #8D3ECB;
}
.TagClassName
{
border-color: #8D3ECB;
}
</style>