Shades of Dark Orchid #8F2BC7
Tints of Dark Orchid #8F2BC7
RGB
CMYK
RGB Variations
Color information
#8F2BC7 (or 0x8F2BC7) is known color: Dark Orchid. HEX triplet: 8F, 2B and C7. RGB value is (143,43,199). Sum of RGB (Red+Green+Blue) = 143+43+199=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F2BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BC7 is #70D438. Grayscale: #5A5A5A. Windows color (decimal): -7394361 or 13052815. OLE color: 13052815.
HSL color Cylindrical-coordinate representation of color #8F2BC7: hue angle of 278.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2BC7 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 43 | 199 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.22 |
| HSL | 278.46º | 0.64% | 0.47% | - |
| HSV(B) | 278.46º | 0.78% | 0.78% | - |
| XYZ | 22.5 | 11.69 | 55.1 | - |
| YUV | 90.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 199 | 0.28 | 0.78 | 0 | 0.22 | 278.46 | 0.64 | 0.47 |
| Hex | 8F | 2B | C7 | 1C | 4E | 0 | 16 | 116 | 40 | 2F |
| Octal | 217 | 53 | 307 | 34 | 116 | 0 | 26 | 426 | 100 | 57 |
| Binary | 10001111 | 101011 | 11000111 | 11100 | 1001110 | 0 | 10110 | 100010110 | 1000000 | 101111 |
Color Harmonies of #8F2BC7
Complementary color
Monochromatic Colors of #8F2BC7
Black with #8F2BC7
Text Example
Text Example
White with #8F2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BC7; }
p { color: rgb(143,43,199); }
H1.HeaderClassName
{
color: #8F2BC7;
}
.AnyTagClassName
{
color: #8F2BC7;
}
</style>
background-color css
<style>
a { background-color: #8F2BC7; }
a { background-color: rgb(143,43,199); }
div.DivClassName
{
background-color: #8F2BC7;
}
.BgClassName
{
background-color: #8F2BC7;
}
</style>
border-color css
<style>
span { border-color: #8F2BC7; }
span { border-color: rgb(143,43,199); }
td.TdClassName
{
border-color: #8F2BC7;
}
.TagClassName
{
border-color: #8F2BC7;
}
</style>