Shades of Dark Orchid #8F37B3
Tints of Dark Orchid #8F37B3
RGB
CMYK
RGB Variations
Color information
#8F37B3 (or 0x8F37B3) is known color: Dark Orchid. HEX triplet: 8F, 37 and B3. RGB value is (143,55,179). Sum of RGB (Red+Green+Blue) = 143+55+179=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F37B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37B3 is #70C84C. Grayscale: #5F5F5F. Windows color (decimal): -7391309 or 11745167. OLE color: 11745167.
HSL color Cylindrical-coordinate representation of color #8F37B3: hue angle of 282.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F37B3 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 55 | 179 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.30 |
| HSL | 282.58º | 0.53% | 0.46% | - |
| HSV(B) | 282.58º | 0.69% | 0.7% | - |
| XYZ | 20.83 | 11.83 | 43.83 | - |
| YUV | 95.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 179 | 0.20 | 0.69 | 0 | 0.30 | 282.58 | 0.53 | 0.46 |
| Hex | 8F | 37 | B3 | 14 | 45 | 0 | 1E | 11B | 35 | 2E |
| Octal | 217 | 67 | 263 | 24 | 105 | 0 | 36 | 433 | 65 | 56 |
| Binary | 10001111 | 110111 | 10110011 | 10100 | 1000101 | 0 | 11110 | 100011011 | 110101 | 101110 |
Color Harmonies of #8F37B3
Complementary color
Monochromatic Colors of #8F37B3
Black with #8F37B3
Text Example
Text Example
White with #8F37B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37B3; }
p { color: rgb(143,55,179); }
H1.HeaderClassName
{
color: #8F37B3;
}
.AnyTagClassName
{
color: #8F37B3;
}
</style>
background-color css
<style>
a { background-color: #8F37B3; }
a { background-color: rgb(143,55,179); }
div.DivClassName
{
background-color: #8F37B3;
}
.BgClassName
{
background-color: #8F37B3;
}
</style>
border-color css
<style>
span { border-color: #8F37B3; }
span { border-color: rgb(143,55,179); }
td.TdClassName
{
border-color: #8F37B3;
}
.TagClassName
{
border-color: #8F37B3;
}
</style>