Shades of Dark Orchid #8D36CB
Tints of Dark Orchid #8D36CB
RGB
CMYK
RGB Variations
Color information
#8D36CB (or 0x8D36CB) is known color: Dark Orchid. HEX triplet: 8D, 36 and CB. RGB value is (141,54,203). Sum of RGB (Red+Green+Blue) = 141+54+203=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36CB is #72C934. Grayscale: #606060. Windows color (decimal): -7522613 or 13317773. OLE color: 13317773.
HSL color Cylindrical-coordinate representation of color #8D36CB: hue angle of 275.03º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D36CB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 54 | 203 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.20 |
| HSL | 275.03º | 0.59% | 0.5% | - |
| HSV(B) | 275.03º | 0.73% | 0.8% | - |
| XYZ | 23.08 | 12.61 | 57.72 | - |
| YUV | 97 | 187.82 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 203 | 0.31 | 0.73 | 0 | 0.20 | 275.03 | 0.59 | 0.5 |
| Hex | 8D | 36 | CB | 1F | 49 | 0 | 14 | 113 | 3B | 32 |
| Octal | 215 | 66 | 313 | 37 | 111 | 0 | 24 | 423 | 73 | 62 |
| Binary | 10001101 | 110110 | 11001011 | 11111 | 1001001 | 0 | 10100 | 100010011 | 111011 | 110010 |
Color Harmonies of #8D36CB
Complementary color
Monochromatic Colors of #8D36CB
Black with #8D36CB
Text Example
Text Example
White with #8D36CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36CB; }
p { color: rgb(141,54,203); }
H1.HeaderClassName
{
color: #8D36CB;
}
.AnyTagClassName
{
color: #8D36CB;
}
</style>
background-color css
<style>
a { background-color: #8D36CB; }
a { background-color: rgb(141,54,203); }
div.DivClassName
{
background-color: #8D36CB;
}
.BgClassName
{
background-color: #8D36CB;
}
</style>
border-color css
<style>
span { border-color: #8D36CB; }
span { border-color: rgb(141,54,203); }
td.TdClassName
{
border-color: #8D36CB;
}
.TagClassName
{
border-color: #8D36CB;
}
</style>