Shades of Dark Orchid #8C1FCF
Tints of Dark Orchid #8C1FCF
RGB
CMYK
RGB Variations
Color information
#8C1FCF (or 0x8C1FCF) is known color: Dark Orchid. HEX triplet: 8C, 1F and CF. RGB value is (140,31,207). Sum of RGB (Red+Green+Blue) = 140+31+207=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1FCF is #73E030. Grayscale: #535353. Windows color (decimal): -7594033 or 13574028. OLE color: 13574028.
HSL color Cylindrical-coordinate representation of color #8C1FCF: hue angle of 277.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1FCF is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 31 | 207 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.19 |
| HSL | 277.16º | 0.74% | 0.47% | - |
| HSV(B) | 277.16º | 0.85% | 0.81% | - |
| XYZ | 22.57 | 11.06 | 59.98 | - |
| YUV | 83.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 207 | 0.32 | 0.85 | 0 | 0.19 | 277.16 | 0.74 | 0.47 |
| Hex | 8C | 1F | CF | 20 | 55 | 0 | 13 | 115 | 4A | 2F |
| Octal | 214 | 37 | 317 | 40 | 125 | 0 | 23 | 425 | 112 | 57 |
| Binary | 10001100 | 11111 | 11001111 | 100000 | 1010101 | 0 | 10011 | 100010101 | 1001010 | 101111 |
Color Harmonies of #8C1FCF
Complementary color
Monochromatic Colors of #8C1FCF
Black with #8C1FCF
Text Example
Text Example
White with #8C1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1FCF; }
p { color: rgb(140,31,207); }
H1.HeaderClassName
{
color: #8C1FCF;
}
.AnyTagClassName
{
color: #8C1FCF;
}
</style>
background-color css
<style>
a { background-color: #8C1FCF; }
a { background-color: rgb(140,31,207); }
div.DivClassName
{
background-color: #8C1FCF;
}
.BgClassName
{
background-color: #8C1FCF;
}
</style>
border-color css
<style>
span { border-color: #8C1FCF; }
span { border-color: rgb(140,31,207); }
td.TdClassName
{
border-color: #8C1FCF;
}
.TagClassName
{
border-color: #8C1FCF;
}
</style>