Shades of Dark Orchid #8F36B3
Tints of Dark Orchid #8F36B3
RGB
CMYK
RGB Variations
Color information
#8F36B3 (or 0x8F36B3) is known color: Dark Orchid. HEX triplet: 8F, 36 and B3. RGB value is (143,54,179). Sum of RGB (Red+Green+Blue) = 143+54+179=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F36B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36B3 is #70C94C. Grayscale: #5E5E5E. Windows color (decimal): -7391565 or 11744911. OLE color: 11744911.
HSL color Cylindrical-coordinate representation of color #8F36B3: hue angle of 282.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F36B3 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 54 | 179 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.30 |
| HSL | 282.72º | 0.54% | 0.46% | - |
| HSV(B) | 282.72º | 0.7% | 0.7% | - |
| XYZ | 20.78 | 11.73 | 43.82 | - |
| YUV | 94.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 179 | 0.20 | 0.70 | 0 | 0.30 | 282.72 | 0.54 | 0.46 |
| Hex | 8F | 36 | B3 | 14 | 46 | 0 | 1E | 11B | 36 | 2E |
| Octal | 217 | 66 | 263 | 24 | 106 | 0 | 36 | 433 | 66 | 56 |
| Binary | 10001111 | 110110 | 10110011 | 10100 | 1000110 | 0 | 11110 | 100011011 | 110110 | 101110 |
Color Harmonies of #8F36B3
Complementary color
Monochromatic Colors of #8F36B3
Black with #8F36B3
Text Example
Text Example
White with #8F36B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36B3; }
p { color: rgb(143,54,179); }
H1.HeaderClassName
{
color: #8F36B3;
}
.AnyTagClassName
{
color: #8F36B3;
}
</style>
background-color css
<style>
a { background-color: #8F36B3; }
a { background-color: rgb(143,54,179); }
div.DivClassName
{
background-color: #8F36B3;
}
.BgClassName
{
background-color: #8F36B3;
}
</style>
border-color css
<style>
span { border-color: #8F36B3; }
span { border-color: rgb(143,54,179); }
td.TdClassName
{
border-color: #8F36B3;
}
.TagClassName
{
border-color: #8F36B3;
}
</style>