Shades of Dark Orchid #8D2DBF
Tints of Dark Orchid #8D2DBF
RGB
CMYK
RGB Variations
Color information
#8D2DBF (or 0x8D2DBF) is known color: Dark Orchid. HEX triplet: 8D, 2D and BF. RGB value is (141,45,191). Sum of RGB (Red+Green+Blue) = 141+45+191=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2DBF is #72D240. Grayscale: #595959. Windows color (decimal): -7524929 or 12529037. OLE color: 12529037.
HSL color Cylindrical-coordinate representation of color #8D2DBF: hue angle of 279.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2DBF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 45 | 191 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.25 |
| HSL | 279.45º | 0.62% | 0.46% | - |
| HSV(B) | 279.45º | 0.76% | 0.75% | - |
| XYZ | 21.33 | 11.3 | 50.35 | - |
| YUV | 90.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 191 | 0.26 | 0.76 | 0 | 0.25 | 279.45 | 0.62 | 0.46 |
| Hex | 8D | 2D | BF | 1A | 4C | 0 | 19 | 117 | 3E | 2E |
| Octal | 215 | 55 | 277 | 32 | 114 | 0 | 31 | 427 | 76 | 56 |
| Binary | 10001101 | 101101 | 10111111 | 11010 | 1001100 | 0 | 11001 | 100010111 | 111110 | 101110 |
Color Harmonies of #8D2DBF
Complementary color
Monochromatic Colors of #8D2DBF
Black with #8D2DBF
Text Example
Text Example
White with #8D2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2DBF; }
p { color: rgb(141,45,191); }
H1.HeaderClassName
{
color: #8D2DBF;
}
.AnyTagClassName
{
color: #8D2DBF;
}
</style>
background-color css
<style>
a { background-color: #8D2DBF; }
a { background-color: rgb(141,45,191); }
div.DivClassName
{
background-color: #8D2DBF;
}
.BgClassName
{
background-color: #8D2DBF;
}
</style>
border-color css
<style>
span { border-color: #8D2DBF; }
span { border-color: rgb(141,45,191); }
td.TdClassName
{
border-color: #8D2DBF;
}
.TagClassName
{
border-color: #8D2DBF;
}
</style>