Shades of Dark Orchid #8F37BF
Tints of Dark Orchid #8F37BF
RGB
CMYK
RGB Variations
Color information
#8F37BF (or 0x8F37BF) is known color: Dark Orchid. HEX triplet: 8F, 37 and BF. RGB value is (143,55,191). Sum of RGB (Red+Green+Blue) = 143+55+191=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37BF is #70C840. Grayscale: #606060. Windows color (decimal): -7391297 or 12531599. OLE color: 12531599.
HSL color Cylindrical-coordinate representation of color #8F37BF: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F37BF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 55 | 191 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.25 |
| HSL | 278.82º | 0.55% | 0.48% | - |
| HSV(B) | 278.82º | 0.71% | 0.75% | - |
| XYZ | 22.1 | 12.33 | 50.51 | - |
| YUV | 96.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 191 | 0.25 | 0.71 | 0 | 0.25 | 278.82 | 0.55 | 0.48 |
| Hex | 8F | 37 | BF | 19 | 47 | 0 | 19 | 117 | 37 | 30 |
| Octal | 217 | 67 | 277 | 31 | 107 | 0 | 31 | 427 | 67 | 60 |
| Binary | 10001111 | 110111 | 10111111 | 11001 | 1000111 | 0 | 11001 | 100010111 | 110111 | 110000 |
Color Harmonies of #8F37BF
Complementary color
Monochromatic Colors of #8F37BF
Black with #8F37BF
Text Example
Text Example
White with #8F37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37BF; }
p { color: rgb(143,55,191); }
H1.HeaderClassName
{
color: #8F37BF;
}
.AnyTagClassName
{
color: #8F37BF;
}
</style>
background-color css
<style>
a { background-color: #8F37BF; }
a { background-color: rgb(143,55,191); }
div.DivClassName
{
background-color: #8F37BF;
}
.BgClassName
{
background-color: #8F37BF;
}
</style>
border-color css
<style>
span { border-color: #8F37BF; }
span { border-color: rgb(143,55,191); }
td.TdClassName
{
border-color: #8F37BF;
}
.TagClassName
{
border-color: #8F37BF;
}
</style>