Shades of Dark Orchid #8D28BF
Tints of Dark Orchid #8D28BF
RGB
CMYK
RGB Variations
Color information
#8D28BF (or 0x8D28BF) is known color: Dark Orchid. HEX triplet: 8D, 28 and BF. RGB value is (141,40,191). Sum of RGB (Red+Green+Blue) = 141+40+191=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28BF is #72D740. Grayscale: #565656. Windows color (decimal): -7526209 or 12527757. OLE color: 12527757.
HSL color Cylindrical-coordinate representation of color #8D28BF: hue angle of 280.13º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D28BF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 40 | 191 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.25 |
| HSL | 280.13º | 0.65% | 0.45% | - |
| HSV(B) | 280.13º | 0.79% | 0.75% | - |
| XYZ | 21.15 | 10.94 | 50.29 | - |
| YUV | 87.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 191 | 0.26 | 0.79 | 0 | 0.25 | 280.13 | 0.65 | 0.45 |
| Hex | 8D | 28 | BF | 1A | 4F | 0 | 19 | 118 | 41 | 2D |
| Octal | 215 | 50 | 277 | 32 | 117 | 0 | 31 | 430 | 101 | 55 |
| Binary | 10001101 | 101000 | 10111111 | 11010 | 1001111 | 0 | 11001 | 100011000 | 1000001 | 101101 |
Color Harmonies of #8D28BF
Complementary color
Monochromatic Colors of #8D28BF
Black with #8D28BF
Text Example
Text Example
White with #8D28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D28BF; }
p { color: rgb(141,40,191); }
H1.HeaderClassName
{
color: #8D28BF;
}
.AnyTagClassName
{
color: #8D28BF;
}
</style>
background-color css
<style>
a { background-color: #8D28BF; }
a { background-color: rgb(141,40,191); }
div.DivClassName
{
background-color: #8D28BF;
}
.BgClassName
{
background-color: #8D28BF;
}
</style>
border-color css
<style>
span { border-color: #8D28BF; }
span { border-color: rgb(141,40,191); }
td.TdClassName
{
border-color: #8D28BF;
}
.TagClassName
{
border-color: #8D28BF;
}
</style>