Shades of Dark Orchid #8D2DB7
Tints of Dark Orchid #8D2DB7
RGB
CMYK
RGB Variations
Color information
#8D2DB7 (or 0x8D2DB7) is known color: Dark Orchid. HEX triplet: 8D, 2D and B7. RGB value is (141,45,183). Sum of RGB (Red+Green+Blue) = 141+45+183=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D2DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2DB7 is #72D248. Grayscale: #585858. Windows color (decimal): -7524937 or 12004749. OLE color: 12004749.
HSL color Cylindrical-coordinate representation of color #8D2DB7: hue angle of 281.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2DB7 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 45 | 183 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.28 |
| HSL | 281.74º | 0.61% | 0.45% | - |
| HSV(B) | 281.74º | 0.75% | 0.72% | - |
| XYZ | 20.47 | 10.96 | 45.84 | - |
| YUV | 89.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 183 | 0.23 | 0.75 | 0 | 0.28 | 281.74 | 0.61 | 0.45 |
| Hex | 8D | 2D | B7 | 17 | 4B | 0 | 1C | 11A | 3D | 2D |
| Octal | 215 | 55 | 267 | 27 | 113 | 0 | 34 | 432 | 75 | 55 |
| Binary | 10001101 | 101101 | 10110111 | 10111 | 1001011 | 0 | 11100 | 100011010 | 111101 | 101101 |
Color Harmonies of #8D2DB7
Complementary color
Monochromatic Colors of #8D2DB7
Black with #8D2DB7
Text Example
Text Example
White with #8D2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2DB7; }
p { color: rgb(141,45,183); }
H1.HeaderClassName
{
color: #8D2DB7;
}
.AnyTagClassName
{
color: #8D2DB7;
}
</style>
background-color css
<style>
a { background-color: #8D2DB7; }
a { background-color: rgb(141,45,183); }
div.DivClassName
{
background-color: #8D2DB7;
}
.BgClassName
{
background-color: #8D2DB7;
}
</style>
border-color css
<style>
span { border-color: #8D2DB7; }
span { border-color: rgb(141,45,183); }
td.TdClassName
{
border-color: #8D2DB7;
}
.TagClassName
{
border-color: #8D2DB7;
}
</style>