Shades of Dark Orchid #8C2FBF
Tints of Dark Orchid #8C2FBF
RGB
CMYK
RGB Variations
Color information
#8C2FBF (or 0x8C2FBF) is known color: Dark Orchid. HEX triplet: 8C, 2F and BF. RGB value is (140,47,191). Sum of RGB (Red+Green+Blue) = 140+47+191=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C2FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FBF is #73D040. Grayscale: #5A5A5A. Windows color (decimal): -7589953 or 12529548. OLE color: 12529548.
HSL color Cylindrical-coordinate representation of color #8C2FBF: hue angle of 278.75º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2FBF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 47 | 191 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.25 |
| HSL | 278.75º | 0.61% | 0.47% | - |
| HSV(B) | 278.75º | 0.75% | 0.75% | - |
| XYZ | 21.24 | 11.37 | 50.37 | - |
| YUV | 91.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 191 | 0.27 | 0.75 | 0 | 0.25 | 278.75 | 0.61 | 0.47 |
| Hex | 8C | 2F | BF | 1B | 4B | 0 | 19 | 117 | 3D | 2F |
| Octal | 214 | 57 | 277 | 33 | 113 | 0 | 31 | 427 | 75 | 57 |
| Binary | 10001100 | 101111 | 10111111 | 11011 | 1001011 | 0 | 11001 | 100010111 | 111101 | 101111 |
Color Harmonies of #8C2FBF
Complementary color
Monochromatic Colors of #8C2FBF
Black with #8C2FBF
Text Example
Text Example
White with #8C2FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FBF; }
p { color: rgb(140,47,191); }
H1.HeaderClassName
{
color: #8C2FBF;
}
.AnyTagClassName
{
color: #8C2FBF;
}
</style>
background-color css
<style>
a { background-color: #8C2FBF; }
a { background-color: rgb(140,47,191); }
div.DivClassName
{
background-color: #8C2FBF;
}
.BgClassName
{
background-color: #8C2FBF;
}
</style>
border-color css
<style>
span { border-color: #8C2FBF; }
span { border-color: rgb(140,47,191); }
td.TdClassName
{
border-color: #8C2FBF;
}
.TagClassName
{
border-color: #8C2FBF;
}
</style>