Shades of Dark Orchid #8D24BE
Tints of Dark Orchid #8D24BE
RGB
CMYK
RGB Variations
Color information
#8D24BE (or 0x8D24BE) is known color: Dark Orchid. HEX triplet: 8D, 24 and BE. RGB value is (141,36,190). Sum of RGB (Red+Green+Blue) = 141+36+190=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24BE is #72DB41. Grayscale: #545454. Windows color (decimal): -7527234 or 12461197. OLE color: 12461197.
HSL color Cylindrical-coordinate representation of color #8D24BE: hue angle of 280.91º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D24BE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 36 | 190 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.25 |
| HSL | 280.91º | 0.68% | 0.44% | - |
| HSV(B) | 280.91º | 0.81% | 0.75% | - |
| XYZ | 20.91 | 10.64 | 49.67 | - |
| YUV | 84.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 190 | 0.26 | 0.81 | 0 | 0.25 | 280.91 | 0.68 | 0.44 |
| Hex | 8D | 24 | BE | 1A | 51 | 0 | 19 | 119 | 44 | 2C |
| Octal | 215 | 44 | 276 | 32 | 121 | 0 | 31 | 431 | 104 | 54 |
| Binary | 10001101 | 100100 | 10111110 | 11010 | 1010001 | 0 | 11001 | 100011001 | 1000100 | 101100 |
Color Harmonies of #8D24BE
Complementary color
Monochromatic Colors of #8D24BE
Black with #8D24BE
Text Example
Text Example
White with #8D24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D24BE; }
p { color: rgb(141,36,190); }
H1.HeaderClassName
{
color: #8D24BE;
}
.AnyTagClassName
{
color: #8D24BE;
}
</style>
background-color css
<style>
a { background-color: #8D24BE; }
a { background-color: rgb(141,36,190); }
div.DivClassName
{
background-color: #8D24BE;
}
.BgClassName
{
background-color: #8D24BE;
}
</style>
border-color css
<style>
span { border-color: #8D24BE; }
span { border-color: rgb(141,36,190); }
td.TdClassName
{
border-color: #8D24BE;
}
.TagClassName
{
border-color: #8D24BE;
}
</style>