Shades of Dark Orchid #8D2BCE
Tints of Dark Orchid #8D2BCE
RGB
CMYK
RGB Variations
Color information
#8D2BCE (or 0x8D2BCE) is known color: Dark Orchid. HEX triplet: 8D, 2B and CE. RGB value is (141,43,206). Sum of RGB (Red+Green+Blue) = 141+43+206=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2BCE is #72D431. Grayscale: #5A5A5A. Windows color (decimal): -7525426 or 13511565. OLE color: 13511565.
HSL color Cylindrical-coordinate representation of color #8D2BCE: hue angle of 276.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D2BCE is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 43 | 206 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.19 |
| HSL | 276.07º | 0.65% | 0.49% | - |
| HSV(B) | 276.07º | 0.79% | 0.81% | - |
| XYZ | 22.99 | 11.85 | 59.47 | - |
| YUV | 90.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 206 | 0.32 | 0.79 | 0 | 0.19 | 276.07 | 0.65 | 0.49 |
| Hex | 8D | 2B | CE | 20 | 4F | 0 | 13 | 114 | 41 | 31 |
| Octal | 215 | 53 | 316 | 40 | 117 | 0 | 23 | 424 | 101 | 61 |
| Binary | 10001101 | 101011 | 11001110 | 100000 | 1001111 | 0 | 10011 | 100010100 | 1000001 | 110001 |
Color Harmonies of #8D2BCE
Complementary color
Monochromatic Colors of #8D2BCE
Black with #8D2BCE
Text Example
Text Example
White with #8D2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2BCE; }
p { color: rgb(141,43,206); }
H1.HeaderClassName
{
color: #8D2BCE;
}
.AnyTagClassName
{
color: #8D2BCE;
}
</style>
background-color css
<style>
a { background-color: #8D2BCE; }
a { background-color: rgb(141,43,206); }
div.DivClassName
{
background-color: #8D2BCE;
}
.BgClassName
{
background-color: #8D2BCE;
}
</style>
border-color css
<style>
span { border-color: #8D2BCE; }
span { border-color: rgb(141,43,206); }
td.TdClassName
{
border-color: #8D2BCE;
}
.TagClassName
{
border-color: #8D2BCE;
}
</style>