Shades of Dark Orchid #8F2FBC
Tints of Dark Orchid #8F2FBC
RGB
CMYK
RGB Variations
Color information
#8F2FBC (or 0x8F2FBC) is known color: Dark Orchid. HEX triplet: 8F, 2F and BC. RGB value is (143,47,188). Sum of RGB (Red+Green+Blue) = 143+47+188=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2FBC is #70D043. Grayscale: #5B5B5B. Windows color (decimal): -7393348 or 12332943. OLE color: 12332943.
HSL color Cylindrical-coordinate representation of color #8F2FBC: hue angle of 280.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2FBC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 47 | 188 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.26 |
| HSL | 280.85º | 0.6% | 0.46% | - |
| HSV(B) | 280.85º | 0.75% | 0.74% | - |
| XYZ | 21.42 | 11.5 | 48.67 | - |
| YUV | 91.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 188 | 0.24 | 0.75 | 0 | 0.26 | 280.85 | 0.6 | 0.46 |
| Hex | 8F | 2F | BC | 18 | 4B | 0 | 1A | 119 | 3C | 2E |
| Octal | 217 | 57 | 274 | 30 | 113 | 0 | 32 | 431 | 74 | 56 |
| Binary | 10001111 | 101111 | 10111100 | 11000 | 1001011 | 0 | 11010 | 100011001 | 111100 | 101110 |
Color Harmonies of #8F2FBC
Complementary color
Monochromatic Colors of #8F2FBC
Black with #8F2FBC
Text Example
Text Example
White with #8F2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FBC; }
p { color: rgb(143,47,188); }
H1.HeaderClassName
{
color: #8F2FBC;
}
.AnyTagClassName
{
color: #8F2FBC;
}
</style>
background-color css
<style>
a { background-color: #8F2FBC; }
a { background-color: rgb(143,47,188); }
div.DivClassName
{
background-color: #8F2FBC;
}
.BgClassName
{
background-color: #8F2FBC;
}
</style>
border-color css
<style>
span { border-color: #8F2FBC; }
span { border-color: rgb(143,47,188); }
td.TdClassName
{
border-color: #8F2FBC;
}
.TagClassName
{
border-color: #8F2FBC;
}
</style>