Shades of Dark Orchid #8F37CD
Tints of Dark Orchid #8F37CD
RGB
CMYK
RGB Variations
Color information
#8F37CD (or 0x8F37CD) is known color: Dark Orchid. HEX triplet: 8F, 37 and CD. RGB value is (143,55,205). Sum of RGB (Red+Green+Blue) = 143+55+205=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F37CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37CD is #70C832. Grayscale: #616161. Windows color (decimal): -7391283 or 13449103. OLE color: 13449103.
HSL color Cylindrical-coordinate representation of color #8F37CD: hue angle of 275.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F37CD is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 55 | 205 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.20 |
| HSL | 275.2º | 0.6% | 0.51% | - |
| HSV(B) | 275.2º | 0.73% | 0.8% | - |
| XYZ | 23.71 | 12.98 | 59.01 | - |
| YUV | 98.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 205 | 0.30 | 0.73 | 0 | 0.20 | 275.2 | 0.6 | 0.51 |
| Hex | 8F | 37 | CD | 1E | 49 | 0 | 14 | 113 | 3C | 33 |
| Octal | 217 | 67 | 315 | 36 | 111 | 0 | 24 | 423 | 74 | 63 |
| Binary | 10001111 | 110111 | 11001101 | 11110 | 1001001 | 0 | 10100 | 100010011 | 111100 | 110011 |
Color Harmonies of #8F37CD
Complementary color
Monochromatic Colors of #8F37CD
Black with #8F37CD
Text Example
Text Example
White with #8F37CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37CD; }
p { color: rgb(143,55,205); }
H1.HeaderClassName
{
color: #8F37CD;
}
.AnyTagClassName
{
color: #8F37CD;
}
</style>
background-color css
<style>
a { background-color: #8F37CD; }
a { background-color: rgb(143,55,205); }
div.DivClassName
{
background-color: #8F37CD;
}
.BgClassName
{
background-color: #8F37CD;
}
</style>
border-color css
<style>
span { border-color: #8F37CD; }
span { border-color: rgb(143,55,205); }
td.TdClassName
{
border-color: #8F37CD;
}
.TagClassName
{
border-color: #8F37CD;
}
</style>