Shades of Dark Orchid #8D27BF
Tints of Dark Orchid #8D27BF
RGB
CMYK
RGB Variations
Color information
#8D27BF (or 0x8D27BF) is known color: Dark Orchid. HEX triplet: 8D, 27 and BF. RGB value is (141,39,191). Sum of RGB (Red+Green+Blue) = 141+39+191=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D27BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27BF is #72D840. Grayscale: #565656. Windows color (decimal): -7526465 or 12527501. OLE color: 12527501.
HSL color Cylindrical-coordinate representation of color #8D27BF: hue angle of 280.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D27BF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 39 | 191 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.25 |
| HSL | 280.26º | 0.66% | 0.45% | - |
| HSV(B) | 280.26º | 0.8% | 0.75% | - |
| XYZ | 21.11 | 10.88 | 50.28 | - |
| YUV | 86.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 191 | 0.26 | 0.80 | 0 | 0.25 | 280.26 | 0.66 | 0.45 |
| Hex | 8D | 27 | BF | 1A | 50 | 0 | 19 | 118 | 42 | 2D |
| Octal | 215 | 47 | 277 | 32 | 120 | 0 | 31 | 430 | 102 | 55 |
| Binary | 10001101 | 100111 | 10111111 | 11010 | 1010000 | 0 | 11001 | 100011000 | 1000010 | 101101 |
Color Harmonies of #8D27BF
Complementary color
Monochromatic Colors of #8D27BF
Black with #8D27BF
Text Example
Text Example
White with #8D27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D27BF; }
p { color: rgb(141,39,191); }
H1.HeaderClassName
{
color: #8D27BF;
}
.AnyTagClassName
{
color: #8D27BF;
}
</style>
background-color css
<style>
a { background-color: #8D27BF; }
a { background-color: rgb(141,39,191); }
div.DivClassName
{
background-color: #8D27BF;
}
.BgClassName
{
background-color: #8D27BF;
}
</style>
border-color css
<style>
span { border-color: #8D27BF; }
span { border-color: rgb(141,39,191); }
td.TdClassName
{
border-color: #8D27BF;
}
.TagClassName
{
border-color: #8D27BF;
}
</style>