Shades of Dark Orchid #8F2CCF
Tints of Dark Orchid #8F2CCF
RGB
CMYK
RGB Variations
Color information
#8F2CCF (or 0x8F2CCF) is known color: Dark Orchid. HEX triplet: 8F, 2C and CF. RGB value is (143,44,207). Sum of RGB (Red+Green+Blue) = 143+44+207=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CCF is #70D330. Grayscale: #5B5B5B. Windows color (decimal): -7394097 or 13577359. OLE color: 13577359.
HSL color Cylindrical-coordinate representation of color #8F2CCF: hue angle of 276.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2CCF is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 44 | 207 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.19 |
| HSL | 276.44º | 0.65% | 0.49% | - |
| HSV(B) | 276.44º | 0.79% | 0.81% | - |
| XYZ | 23.49 | 12.15 | 60.14 | - |
| YUV | 92.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 207 | 0.31 | 0.79 | 0 | 0.19 | 276.44 | 0.65 | 0.49 |
| Hex | 8F | 2C | CF | 1F | 4F | 0 | 13 | 114 | 41 | 31 |
| Octal | 217 | 54 | 317 | 37 | 117 | 0 | 23 | 424 | 101 | 61 |
| Binary | 10001111 | 101100 | 11001111 | 11111 | 1001111 | 0 | 10011 | 100010100 | 1000001 | 110001 |
Color Harmonies of #8F2CCF
Complementary color
Monochromatic Colors of #8F2CCF
Black with #8F2CCF
Text Example
Text Example
White with #8F2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2CCF; }
p { color: rgb(143,44,207); }
H1.HeaderClassName
{
color: #8F2CCF;
}
.AnyTagClassName
{
color: #8F2CCF;
}
</style>
background-color css
<style>
a { background-color: #8F2CCF; }
a { background-color: rgb(143,44,207); }
div.DivClassName
{
background-color: #8F2CCF;
}
.BgClassName
{
background-color: #8F2CCF;
}
</style>
border-color css
<style>
span { border-color: #8F2CCF; }
span { border-color: rgb(143,44,207); }
td.TdClassName
{
border-color: #8F2CCF;
}
.TagClassName
{
border-color: #8F2CCF;
}
</style>