Shades of Dark Orchid #8D2CBC
Tints of Dark Orchid #8D2CBC
RGB
CMYK
RGB Variations
Color information
#8D2CBC (or 0x8D2CBC) is known color: Dark Orchid. HEX triplet: 8D, 2C and BC. RGB value is (141,44,188). Sum of RGB (Red+Green+Blue) = 141+44+188=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CBC is #72D343. Grayscale: #585858. Windows color (decimal): -7525188 or 12332173. OLE color: 12332173.
HSL color Cylindrical-coordinate representation of color #8D2CBC: hue angle of 280.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2CBC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 44 | 188 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.26 |
| HSL | 280.42º | 0.62% | 0.45% | - |
| HSV(B) | 280.42º | 0.77% | 0.74% | - |
| XYZ | 20.96 | 11.09 | 48.61 | - |
| YUV | 89.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 188 | 0.25 | 0.77 | 0 | 0.26 | 280.42 | 0.62 | 0.45 |
| Hex | 8D | 2C | BC | 19 | 4D | 0 | 1A | 118 | 3E | 2D |
| Octal | 215 | 54 | 274 | 31 | 115 | 0 | 32 | 430 | 76 | 55 |
| Binary | 10001101 | 101100 | 10111100 | 11001 | 1001101 | 0 | 11010 | 100011000 | 111110 | 101101 |
Color Harmonies of #8D2CBC
Complementary color
Monochromatic Colors of #8D2CBC
Black with #8D2CBC
Text Example
Text Example
White with #8D2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2CBC; }
p { color: rgb(141,44,188); }
H1.HeaderClassName
{
color: #8D2CBC;
}
.AnyTagClassName
{
color: #8D2CBC;
}
</style>
background-color css
<style>
a { background-color: #8D2CBC; }
a { background-color: rgb(141,44,188); }
div.DivClassName
{
background-color: #8D2CBC;
}
.BgClassName
{
background-color: #8D2CBC;
}
</style>
border-color css
<style>
span { border-color: #8D2CBC; }
span { border-color: rgb(141,44,188); }
td.TdClassName
{
border-color: #8D2CBC;
}
.TagClassName
{
border-color: #8D2CBC;
}
</style>