Shades of Dark Orchid #8D28B7
Tints of Dark Orchid #8D28B7
RGB
CMYK
RGB Variations
Color information
#8D28B7 (or 0x8D28B7) is known color: Dark Orchid. HEX triplet: 8D, 28 and B7. RGB value is (141,40,183). Sum of RGB (Red+Green+Blue) = 141+40+183=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D28B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28B7 is #72D748. Grayscale: #565656. Windows color (decimal): -7526217 or 12003469. OLE color: 12003469.
HSL color Cylindrical-coordinate representation of color #8D28B7: hue angle of 282.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D28B7 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 40 | 183 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.28 |
| HSL | 282.38º | 0.64% | 0.44% | - |
| HSV(B) | 282.38º | 0.78% | 0.72% | - |
| XYZ | 20.29 | 10.6 | 45.78 | - |
| YUV | 86.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 183 | 0.23 | 0.78 | 0 | 0.28 | 282.38 | 0.64 | 0.44 |
| Hex | 8D | 28 | B7 | 17 | 4E | 0 | 1C | 11A | 40 | 2C |
| Octal | 215 | 50 | 267 | 27 | 116 | 0 | 34 | 432 | 100 | 54 |
| Binary | 10001101 | 101000 | 10110111 | 10111 | 1001110 | 0 | 11100 | 100011010 | 1000000 | 101100 |
Color Harmonies of #8D28B7
Complementary color
Monochromatic Colors of #8D28B7
Black with #8D28B7
Text Example
Text Example
White with #8D28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D28B7; }
p { color: rgb(141,40,183); }
H1.HeaderClassName
{
color: #8D28B7;
}
.AnyTagClassName
{
color: #8D28B7;
}
</style>
background-color css
<style>
a { background-color: #8D28B7; }
a { background-color: rgb(141,40,183); }
div.DivClassName
{
background-color: #8D28B7;
}
.BgClassName
{
background-color: #8D28B7;
}
</style>
border-color css
<style>
span { border-color: #8D28B7; }
span { border-color: rgb(141,40,183); }
td.TdClassName
{
border-color: #8D28B7;
}
.TagClassName
{
border-color: #8D28B7;
}
</style>