Shades of Dark Orchid #8F36BC
Tints of Dark Orchid #8F36BC
RGB
CMYK
RGB Variations
Color information
#8F36BC (or 0x8F36BC) is known color: Dark Orchid. HEX triplet: 8F, 36 and BC. RGB value is (143,54,188). Sum of RGB (Red+Green+Blue) = 143+54+188=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36BC is #70C943. Grayscale: #5F5F5F. Windows color (decimal): -7391556 or 12334735. OLE color: 12334735.
HSL color Cylindrical-coordinate representation of color #8F36BC: hue angle of 279.85º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F36BC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 54 | 188 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.26 |
| HSL | 279.85º | 0.55% | 0.47% | - |
| HSV(B) | 279.85º | 0.71% | 0.74% | - |
| XYZ | 21.72 | 12.11 | 48.77 | - |
| YUV | 95.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 188 | 0.24 | 0.71 | 0 | 0.26 | 279.85 | 0.55 | 0.47 |
| Hex | 8F | 36 | BC | 18 | 47 | 0 | 1A | 118 | 37 | 2F |
| Octal | 217 | 66 | 274 | 30 | 107 | 0 | 32 | 430 | 67 | 57 |
| Binary | 10001111 | 110110 | 10111100 | 11000 | 1000111 | 0 | 11010 | 100011000 | 110111 | 101111 |
Color Harmonies of #8F36BC
Complementary color
Monochromatic Colors of #8F36BC
Black with #8F36BC
Text Example
Text Example
White with #8F36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36BC; }
p { color: rgb(143,54,188); }
H1.HeaderClassName
{
color: #8F36BC;
}
.AnyTagClassName
{
color: #8F36BC;
}
</style>
background-color css
<style>
a { background-color: #8F36BC; }
a { background-color: rgb(143,54,188); }
div.DivClassName
{
background-color: #8F36BC;
}
.BgClassName
{
background-color: #8F36BC;
}
</style>
border-color css
<style>
span { border-color: #8F36BC; }
span { border-color: rgb(143,54,188); }
td.TdClassName
{
border-color: #8F36BC;
}
.TagClassName
{
border-color: #8F36BC;
}
</style>