Shades of Dark Orchid #8D3DBD
Tints of Dark Orchid #8D3DBD
RGB
CMYK
RGB Variations
Color information
#8D3DBD (or 0x8D3DBD) is known color: Dark Orchid. HEX triplet: 8D, 3D and BD. RGB value is (141,61,189). Sum of RGB (Red+Green+Blue) = 141+61+189=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DBD is #72C242. Grayscale: #636363. Windows color (decimal): -7520835 or 12402061. OLE color: 12402061.
HSL color Cylindrical-coordinate representation of color #8D3DBD: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D3DBD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 61 | 189 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.26 |
| HSL | 277.5º | 0.51% | 0.49% | - |
| HSV(B) | 277.5º | 0.68% | 0.74% | - |
| XYZ | 21.84 | 12.67 | 49.44 | - |
| YUV | 99.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 189 | 0.25 | 0.68 | 0 | 0.26 | 277.5 | 0.51 | 0.49 |
| Hex | 8D | 3D | BD | 19 | 44 | 0 | 1A | 116 | 33 | 31 |
| Octal | 215 | 75 | 275 | 31 | 104 | 0 | 32 | 426 | 63 | 61 |
| Binary | 10001101 | 111101 | 10111101 | 11001 | 1000100 | 0 | 11010 | 100010110 | 110011 | 110001 |
Color Harmonies of #8D3DBD
Complementary color
Monochromatic Colors of #8D3DBD
Black with #8D3DBD
Text Example
Text Example
White with #8D3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DBD; }
p { color: rgb(141,61,189); }
H1.HeaderClassName
{
color: #8D3DBD;
}
.AnyTagClassName
{
color: #8D3DBD;
}
</style>
background-color css
<style>
a { background-color: #8D3DBD; }
a { background-color: rgb(141,61,189); }
div.DivClassName
{
background-color: #8D3DBD;
}
.BgClassName
{
background-color: #8D3DBD;
}
</style>
border-color css
<style>
span { border-color: #8D3DBD; }
span { border-color: rgb(141,61,189); }
td.TdClassName
{
border-color: #8D3DBD;
}
.TagClassName
{
border-color: #8D3DBD;
}
</style>