Shades of Dark Orchid #8C2EAF
Tints of Dark Orchid #8C2EAF
RGB
CMYK
RGB Variations
Color information
#8C2EAF (or 0x8C2EAF) is known color: Dark Orchid. HEX triplet: 8C, 2E and AF. RGB value is (140,46,175). Sum of RGB (Red+Green+Blue) = 140+46+175=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C2EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2EAF is #73D150. Grayscale: #585858. Windows color (decimal): -7590225 or 11480716. OLE color: 11480716.
HSL color Cylindrical-coordinate representation of color #8C2EAF: hue angle of 283.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2EAF is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 46 | 175 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.31 |
| HSL | 283.72º | 0.58% | 0.43% | - |
| HSV(B) | 283.72º | 0.74% | 0.69% | - |
| XYZ | 19.53 | 10.62 | 41.58 | - |
| YUV | 88.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 175 | 0.2 | 0.74 | 0 | 0.31 | 283.72 | 0.58 | 0.43 |
| Hex | 8C | 2E | AF | 14 | 4A | 0 | 1F | 11C | 3A | 2B |
| Octal | 214 | 56 | 257 | 24 | 112 | 0 | 37 | 434 | 72 | 53 |
| Binary | 10001100 | 101110 | 10101111 | 10100 | 1001010 | 0 | 11111 | 100011100 | 111010 | 101011 |
Color Harmonies of #8C2EAF
Complementary color
Monochromatic Colors of #8C2EAF
Black with #8C2EAF
Text Example
Text Example
White with #8C2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EAF; }
p { color: rgb(140,46,175); }
H1.HeaderClassName
{
color: #8C2EAF;
}
.AnyTagClassName
{
color: #8C2EAF;
}
</style>
background-color css
<style>
a { background-color: #8C2EAF; }
a { background-color: rgb(140,46,175); }
div.DivClassName
{
background-color: #8C2EAF;
}
.BgClassName
{
background-color: #8C2EAF;
}
</style>
border-color css
<style>
span { border-color: #8C2EAF; }
span { border-color: rgb(140,46,175); }
td.TdClassName
{
border-color: #8C2EAF;
}
.TagClassName
{
border-color: #8C2EAF;
}
</style>