Shades of Dark Orchid #8F37BC
Tints of Dark Orchid #8F37BC
RGB
CMYK
RGB Variations
Color information
#8F37BC (or 0x8F37BC) is known color: Dark Orchid. HEX triplet: 8F, 37 and BC. RGB value is (143,55,188). Sum of RGB (Red+Green+Blue) = 143+55+188=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37BC is #70C843. Grayscale: #606060. Windows color (decimal): -7391300 or 12334991. OLE color: 12334991.
HSL color Cylindrical-coordinate representation of color #8F37BC: hue angle of 279.7º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F37BC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 55 | 188 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.26 |
| HSL | 279.7º | 0.55% | 0.48% | - |
| HSV(B) | 279.7º | 0.71% | 0.74% | - |
| XYZ | 21.77 | 12.2 | 48.78 | - |
| YUV | 96.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 188 | 0.24 | 0.71 | 0 | 0.26 | 279.7 | 0.55 | 0.48 |
| Hex | 8F | 37 | BC | 18 | 47 | 0 | 1A | 118 | 37 | 30 |
| Octal | 217 | 67 | 274 | 30 | 107 | 0 | 32 | 430 | 67 | 60 |
| Binary | 10001111 | 110111 | 10111100 | 11000 | 1000111 | 0 | 11010 | 100011000 | 110111 | 110000 |
Color Harmonies of #8F37BC
Complementary color
Monochromatic Colors of #8F37BC
Black with #8F37BC
Text Example
Text Example
White with #8F37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37BC; }
p { color: rgb(143,55,188); }
H1.HeaderClassName
{
color: #8F37BC;
}
.AnyTagClassName
{
color: #8F37BC;
}
</style>
background-color css
<style>
a { background-color: #8F37BC; }
a { background-color: rgb(143,55,188); }
div.DivClassName
{
background-color: #8F37BC;
}
.BgClassName
{
background-color: #8F37BC;
}
</style>
border-color css
<style>
span { border-color: #8F37BC; }
span { border-color: rgb(143,55,188); }
td.TdClassName
{
border-color: #8F37BC;
}
.TagClassName
{
border-color: #8F37BC;
}
</style>