Shades of Dark Orchid #8D28B6
Tints of Dark Orchid #8D28B6
RGB
CMYK
RGB Variations
Color information
#8D28B6 (or 0x8D28B6) is known color: Dark Orchid. HEX triplet: 8D, 28 and B6. RGB value is (141,40,182). Sum of RGB (Red+Green+Blue) = 141+40+182=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D28B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28B6 is #72D749. Grayscale: #555555. Windows color (decimal): -7526218 or 11937933. OLE color: 11937933.
HSL color Cylindrical-coordinate representation of color #8D28B6: hue angle of 282.68º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D28B6 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 40 | 182 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.29 |
| HSL | 282.68º | 0.64% | 0.44% | - |
| HSV(B) | 282.68º | 0.78% | 0.71% | - |
| XYZ | 20.19 | 10.56 | 45.23 | - |
| YUV | 86.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 182 | 0.23 | 0.78 | 0 | 0.29 | 282.68 | 0.64 | 0.44 |
| Hex | 8D | 28 | B6 | 17 | 4E | 0 | 1D | 11B | 40 | 2C |
| Octal | 215 | 50 | 266 | 27 | 116 | 0 | 35 | 433 | 100 | 54 |
| Binary | 10001101 | 101000 | 10110110 | 10111 | 1001110 | 0 | 11101 | 100011011 | 1000000 | 101100 |
Color Harmonies of #8D28B6
Complementary color
Monochromatic Colors of #8D28B6
Black with #8D28B6
Text Example
Text Example
White with #8D28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D28B6; }
p { color: rgb(141,40,182); }
H1.HeaderClassName
{
color: #8D28B6;
}
.AnyTagClassName
{
color: #8D28B6;
}
</style>
background-color css
<style>
a { background-color: #8D28B6; }
a { background-color: rgb(141,40,182); }
div.DivClassName
{
background-color: #8D28B6;
}
.BgClassName
{
background-color: #8D28B6;
}
</style>
border-color css
<style>
span { border-color: #8D28B6; }
span { border-color: rgb(141,40,182); }
td.TdClassName
{
border-color: #8D28B6;
}
.TagClassName
{
border-color: #8D28B6;
}
</style>