Shades of Dark Orchid #8C2BAE
Tints of Dark Orchid #8C2BAE
RGB
CMYK
RGB Variations
Color information
#8C2BAE (or 0x8C2BAE) is known color: Dark Orchid. HEX triplet: 8C, 2B and AE. RGB value is (140,43,174). Sum of RGB (Red+Green+Blue) = 140+43+174=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2BAE is #73D451. Grayscale: #565656. Windows color (decimal): -7590994 or 11414412. OLE color: 11414412.
HSL color Cylindrical-coordinate representation of color #8C2BAE: hue angle of 284.43º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2BAE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 43 | 174 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.32 |
| HSL | 284.43º | 0.6% | 0.43% | - |
| HSV(B) | 284.43º | 0.75% | 0.68% | - |
| XYZ | 19.32 | 10.36 | 41.03 | - |
| YUV | 86.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 174 | 0.20 | 0.75 | 0 | 0.32 | 284.43 | 0.6 | 0.43 |
| Hex | 8C | 2B | AE | 14 | 4B | 0 | 20 | 11C | 3C | 2B |
| Octal | 214 | 53 | 256 | 24 | 113 | 0 | 40 | 434 | 74 | 53 |
| Binary | 10001100 | 101011 | 10101110 | 10100 | 1001011 | 0 | 100000 | 100011100 | 111100 | 101011 |
Color Harmonies of #8C2BAE
Complementary color
Monochromatic Colors of #8C2BAE
Black with #8C2BAE
Text Example
Text Example
White with #8C2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BAE; }
p { color: rgb(140,43,174); }
H1.HeaderClassName
{
color: #8C2BAE;
}
.AnyTagClassName
{
color: #8C2BAE;
}
</style>
background-color css
<style>
a { background-color: #8C2BAE; }
a { background-color: rgb(140,43,174); }
div.DivClassName
{
background-color: #8C2BAE;
}
.BgClassName
{
background-color: #8C2BAE;
}
</style>
border-color css
<style>
span { border-color: #8C2BAE; }
span { border-color: rgb(140,43,174); }
td.TdClassName
{
border-color: #8C2BAE;
}
.TagClassName
{
border-color: #8C2BAE;
}
</style>