Shades of Dark Orchid #8C2FAE
Tints of Dark Orchid #8C2FAE
RGB
CMYK
RGB Variations
Color information
#8C2FAE (or 0x8C2FAE) is known color: Dark Orchid. HEX triplet: 8C, 2F and AE. RGB value is (140,47,174). Sum of RGB (Red+Green+Blue) = 140+47+174=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2FAE is #73D051. Grayscale: #585858. Windows color (decimal): -7589970 or 11415436. OLE color: 11415436.
HSL color Cylindrical-coordinate representation of color #8C2FAE: hue angle of 283.94º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2FAE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 47 | 174 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.32 |
| HSL | 283.94º | 0.57% | 0.43% | - |
| HSV(B) | 283.94º | 0.73% | 0.68% | - |
| XYZ | 19.47 | 10.66 | 41.08 | - |
| YUV | 89.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 174 | 0.20 | 0.73 | 0 | 0.32 | 283.94 | 0.57 | 0.43 |
| Hex | 8C | 2F | AE | 14 | 49 | 0 | 20 | 11C | 39 | 2B |
| Octal | 214 | 57 | 256 | 24 | 111 | 0 | 40 | 434 | 71 | 53 |
| Binary | 10001100 | 101111 | 10101110 | 10100 | 1001001 | 0 | 100000 | 100011100 | 111001 | 101011 |
Color Harmonies of #8C2FAE
Complementary color
Monochromatic Colors of #8C2FAE
Black with #8C2FAE
Text Example
Text Example
White with #8C2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FAE; }
p { color: rgb(140,47,174); }
H1.HeaderClassName
{
color: #8C2FAE;
}
.AnyTagClassName
{
color: #8C2FAE;
}
</style>
background-color css
<style>
a { background-color: #8C2FAE; }
a { background-color: rgb(140,47,174); }
div.DivClassName
{
background-color: #8C2FAE;
}
.BgClassName
{
background-color: #8C2FAE;
}
</style>
border-color css
<style>
span { border-color: #8C2FAE; }
span { border-color: rgb(140,47,174); }
td.TdClassName
{
border-color: #8C2FAE;
}
.TagClassName
{
border-color: #8C2FAE;
}
</style>