Shades of Dark Orchid #8D27BC
Tints of Dark Orchid #8D27BC
RGB
CMYK
RGB Variations
Color information
#8D27BC (or 0x8D27BC) is known color: Dark Orchid. HEX triplet: 8D, 27 and BC. RGB value is (141,39,188). Sum of RGB (Red+Green+Blue) = 141+39+188=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27BC is #72D843. Grayscale: #555555. Windows color (decimal): -7526468 or 12330893. OLE color: 12330893.
HSL color Cylindrical-coordinate representation of color #8D27BC: hue angle of 281.07º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D27BC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 39 | 188 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.26 |
| HSL | 281.07º | 0.66% | 0.45% | - |
| HSV(B) | 281.07º | 0.79% | 0.74% | - |
| XYZ | 20.79 | 10.74 | 48.56 | - |
| YUV | 86.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 188 | 0.25 | 0.79 | 0 | 0.26 | 281.07 | 0.66 | 0.45 |
| Hex | 8D | 27 | BC | 19 | 4F | 0 | 1A | 119 | 42 | 2D |
| Octal | 215 | 47 | 274 | 31 | 117 | 0 | 32 | 431 | 102 | 55 |
| Binary | 10001101 | 100111 | 10111100 | 11001 | 1001111 | 0 | 11010 | 100011001 | 1000010 | 101101 |
Color Harmonies of #8D27BC
Complementary color
Monochromatic Colors of #8D27BC
Black with #8D27BC
Text Example
Text Example
White with #8D27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D27BC; }
p { color: rgb(141,39,188); }
H1.HeaderClassName
{
color: #8D27BC;
}
.AnyTagClassName
{
color: #8D27BC;
}
</style>
background-color css
<style>
a { background-color: #8D27BC; }
a { background-color: rgb(141,39,188); }
div.DivClassName
{
background-color: #8D27BC;
}
.BgClassName
{
background-color: #8D27BC;
}
</style>
border-color css
<style>
span { border-color: #8D27BC; }
span { border-color: rgb(141,39,188); }
td.TdClassName
{
border-color: #8D27BC;
}
.TagClassName
{
border-color: #8D27BC;
}
</style>