Shades of Dark Orchid #8D24BB
Tints of Dark Orchid #8D24BB
RGB
CMYK
RGB Variations
Color information
#8D24BB (or 0x8D24BB) is known color: Dark Orchid. HEX triplet: 8D, 24 and BB. RGB value is (141,36,187). Sum of RGB (Red+Green+Blue) = 141+36+187=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24BB is #72DB44. Grayscale: #545454. Windows color (decimal): -7527237 or 12264589. OLE color: 12264589.
HSL color Cylindrical-coordinate representation of color #8D24BB: hue angle of 281.72º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D24BB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 36 | 187 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.27 |
| HSL | 281.72º | 0.68% | 0.44% | - |
| HSV(B) | 281.72º | 0.81% | 0.73% | - |
| XYZ | 20.59 | 10.51 | 47.96 | - |
| YUV | 84.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 187 | 0.25 | 0.81 | 0 | 0.27 | 281.72 | 0.68 | 0.44 |
| Hex | 8D | 24 | BB | 19 | 51 | 0 | 1B | 11A | 44 | 2C |
| Octal | 215 | 44 | 273 | 31 | 121 | 0 | 33 | 432 | 104 | 54 |
| Binary | 10001101 | 100100 | 10111011 | 11001 | 1010001 | 0 | 11011 | 100011010 | 1000100 | 101100 |
Color Harmonies of #8D24BB
Complementary color
Monochromatic Colors of #8D24BB
Black with #8D24BB
Text Example
Text Example
White with #8D24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D24BB; }
p { color: rgb(141,36,187); }
H1.HeaderClassName
{
color: #8D24BB;
}
.AnyTagClassName
{
color: #8D24BB;
}
</style>
background-color css
<style>
a { background-color: #8D24BB; }
a { background-color: rgb(141,36,187); }
div.DivClassName
{
background-color: #8D24BB;
}
.BgClassName
{
background-color: #8D24BB;
}
</style>
border-color css
<style>
span { border-color: #8D24BB; }
span { border-color: rgb(141,36,187); }
td.TdClassName
{
border-color: #8D24BB;
}
.TagClassName
{
border-color: #8D24BB;
}
</style>