Shades of Dark Orchid #8D24CB
Tints of Dark Orchid #8D24CB
RGB
CMYK
RGB Variations
Color information
#8D24CB (or 0x8D24CB) is known color: Dark Orchid. HEX triplet: 8D, 24 and CB. RGB value is (141,36,203). Sum of RGB (Red+Green+Blue) = 141+36+203=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24CB is #72DB34. Grayscale: #555555. Windows color (decimal): -7527221 or 13313165. OLE color: 13313165.
HSL color Cylindrical-coordinate representation of color #8D24CB: hue angle of 277.72º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D24CB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 36 | 203 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.20 |
| HSL | 277.72º | 0.7% | 0.47% | - |
| HSV(B) | 277.72º | 0.82% | 0.8% | - |
| XYZ | 22.39 | 11.24 | 57.49 | - |
| YUV | 86.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 203 | 0.31 | 0.82 | 0 | 0.20 | 277.72 | 0.7 | 0.47 |
| Hex | 8D | 24 | CB | 1F | 52 | 0 | 14 | 116 | 46 | 2F |
| Octal | 215 | 44 | 313 | 37 | 122 | 0 | 24 | 426 | 106 | 57 |
| Binary | 10001101 | 100100 | 11001011 | 11111 | 1010010 | 0 | 10100 | 100010110 | 1000110 | 101111 |
Color Harmonies of #8D24CB
Complementary color
Monochromatic Colors of #8D24CB
Black with #8D24CB
Text Example
Text Example
White with #8D24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D24CB; }
p { color: rgb(141,36,203); }
H1.HeaderClassName
{
color: #8D24CB;
}
.AnyTagClassName
{
color: #8D24CB;
}
</style>
background-color css
<style>
a { background-color: #8D24CB; }
a { background-color: rgb(141,36,203); }
div.DivClassName
{
background-color: #8D24CB;
}
.BgClassName
{
background-color: #8D24CB;
}
</style>
border-color css
<style>
span { border-color: #8D24CB; }
span { border-color: rgb(141,36,203); }
td.TdClassName
{
border-color: #8D24CB;
}
.TagClassName
{
border-color: #8D24CB;
}
</style>