Shades of Dark Orchid #8F3BC0
Tints of Dark Orchid #8F3BC0
RGB
CMYK
RGB Variations
Color information
#8F3BC0 (or 0x8F3BC0) is known color: Dark Orchid. HEX triplet: 8F, 3B and C0. RGB value is (143,59,192). Sum of RGB (Red+Green+Blue) = 143+59+192=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F3BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BC0 is #70C43F. Grayscale: #626262. Windows color (decimal): -7390272 or 12598159. OLE color: 12598159.
HSL color Cylindrical-coordinate representation of color #8F3BC0: hue angle of 277.89º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F3BC0 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 59 | 192 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.25 |
| HSL | 277.89º | 0.53% | 0.49% | - |
| HSV(B) | 277.89º | 0.69% | 0.75% | - |
| XYZ | 22.41 | 12.77 | 51.15 | - |
| YUV | 99.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 192 | 0.26 | 0.69 | 0 | 0.25 | 277.89 | 0.53 | 0.49 |
| Hex | 8F | 3B | C0 | 1A | 45 | 0 | 19 | 116 | 35 | 31 |
| Octal | 217 | 73 | 300 | 32 | 105 | 0 | 31 | 426 | 65 | 61 |
| Binary | 10001111 | 111011 | 11000000 | 11010 | 1000101 | 0 | 11001 | 100010110 | 110101 | 110001 |
Color Harmonies of #8F3BC0
Complementary color
Monochromatic Colors of #8F3BC0
Black with #8F3BC0
Text Example
Text Example
White with #8F3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BC0; }
p { color: rgb(143,59,192); }
H1.HeaderClassName
{
color: #8F3BC0;
}
.AnyTagClassName
{
color: #8F3BC0;
}
</style>
background-color css
<style>
a { background-color: #8F3BC0; }
a { background-color: rgb(143,59,192); }
div.DivClassName
{
background-color: #8F3BC0;
}
.BgClassName
{
background-color: #8F3BC0;
}
</style>
border-color css
<style>
span { border-color: #8F3BC0; }
span { border-color: rgb(143,59,192); }
td.TdClassName
{
border-color: #8F3BC0;
}
.TagClassName
{
border-color: #8F3BC0;
}
</style>