Shades of Dark Orchid #8D2DBD
Tints of Dark Orchid #8D2DBD
RGB
CMYK
RGB Variations
Color information
#8D2DBD (or 0x8D2DBD) is known color: Dark Orchid. HEX triplet: 8D, 2D and BD. RGB value is (141,45,189). Sum of RGB (Red+Green+Blue) = 141+45+189=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2DBD is #72D242. Grayscale: #595959. Windows color (decimal): -7524931 or 12397965. OLE color: 12397965.
HSL color Cylindrical-coordinate representation of color #8D2DBD: hue angle of 280º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2DBD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 45 | 189 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.26 |
| HSL | 280º | 0.62% | 0.46% | - |
| HSV(B) | 280º | 0.76% | 0.74% | - |
| XYZ | 21.11 | 11.21 | 49.2 | - |
| YUV | 90.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 189 | 0.25 | 0.76 | 0 | 0.26 | 280 | 0.62 | 0.46 |
| Hex | 8D | 2D | BD | 19 | 4C | 0 | 1A | 118 | 3E | 2E |
| Octal | 215 | 55 | 275 | 31 | 114 | 0 | 32 | 430 | 76 | 56 |
| Binary | 10001101 | 101101 | 10111101 | 11001 | 1001100 | 0 | 11010 | 100011000 | 111110 | 101110 |
Color Harmonies of #8D2DBD
Complementary color
Monochromatic Colors of #8D2DBD
Black with #8D2DBD
Text Example
Text Example
White with #8D2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2DBD; }
p { color: rgb(141,45,189); }
H1.HeaderClassName
{
color: #8D2DBD;
}
.AnyTagClassName
{
color: #8D2DBD;
}
</style>
background-color css
<style>
a { background-color: #8D2DBD; }
a { background-color: rgb(141,45,189); }
div.DivClassName
{
background-color: #8D2DBD;
}
.BgClassName
{
background-color: #8D2DBD;
}
</style>
border-color css
<style>
span { border-color: #8D2DBD; }
span { border-color: rgb(141,45,189); }
td.TdClassName
{
border-color: #8D2DBD;
}
.TagClassName
{
border-color: #8D2DBD;
}
</style>