Shades of Dark Orchid #8F37CF
Tints of Dark Orchid #8F37CF
RGB
CMYK
RGB Variations
Color information
#8F37CF (or 0x8F37CF) is known color: Dark Orchid. HEX triplet: 8F, 37 and CF. RGB value is (143,55,207). Sum of RGB (Red+Green+Blue) = 143+55+207=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37CF is #70C830. Grayscale: #626262. Windows color (decimal): -7391281 or 13580175. OLE color: 13580175.
HSL color Cylindrical-coordinate representation of color #8F37CF: hue angle of 274.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F37CF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 55 | 207 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.19 |
| HSL | 274.74º | 0.61% | 0.51% | - |
| HSV(B) | 274.74º | 0.73% | 0.81% | - |
| XYZ | 23.96 | 13.08 | 60.29 | - |
| YUV | 98.64 | 189.15 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 207 | 0.31 | 0.73 | 0 | 0.19 | 274.74 | 0.61 | 0.51 |
| Hex | 8F | 37 | CF | 1F | 49 | 0 | 13 | 113 | 3D | 33 |
| Octal | 217 | 67 | 317 | 37 | 111 | 0 | 23 | 423 | 75 | 63 |
| Binary | 10001111 | 110111 | 11001111 | 11111 | 1001001 | 0 | 10011 | 100010011 | 111101 | 110011 |
Color Harmonies of #8F37CF
Complementary color
Monochromatic Colors of #8F37CF
Black with #8F37CF
Text Example
Text Example
White with #8F37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37CF; }
p { color: rgb(143,55,207); }
H1.HeaderClassName
{
color: #8F37CF;
}
.AnyTagClassName
{
color: #8F37CF;
}
</style>
background-color css
<style>
a { background-color: #8F37CF; }
a { background-color: rgb(143,55,207); }
div.DivClassName
{
background-color: #8F37CF;
}
.BgClassName
{
background-color: #8F37CF;
}
</style>
border-color css
<style>
span { border-color: #8F37CF; }
span { border-color: rgb(143,55,207); }
td.TdClassName
{
border-color: #8F37CF;
}
.TagClassName
{
border-color: #8F37CF;
}
</style>