Shades of Dark Orchid #8C2EBD
Tints of Dark Orchid #8C2EBD
RGB
CMYK
RGB Variations
Color information
#8C2EBD (or 0x8C2EBD) is known color: Dark Orchid. HEX triplet: 8C, 2E and BD. RGB value is (140,46,189). Sum of RGB (Red+Green+Blue) = 140+46+189=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EBD is #73D142. Grayscale: #595959. Windows color (decimal): -7590211 or 12398220. OLE color: 12398220.
HSL color Cylindrical-coordinate representation of color #8C2EBD: hue angle of 279.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2EBD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 46 | 189 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.26 |
| HSL | 279.44º | 0.61% | 0.46% | - |
| HSV(B) | 279.44º | 0.76% | 0.74% | - |
| XYZ | 20.98 | 11.2 | 49.2 | - |
| YUV | 90.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 189 | 0.26 | 0.76 | 0 | 0.26 | 279.44 | 0.61 | 0.46 |
| Hex | 8C | 2E | BD | 1A | 4C | 0 | 1A | 117 | 3D | 2E |
| Octal | 214 | 56 | 275 | 32 | 114 | 0 | 32 | 427 | 75 | 56 |
| Binary | 10001100 | 101110 | 10111101 | 11010 | 1001100 | 0 | 11010 | 100010111 | 111101 | 101110 |
Color Harmonies of #8C2EBD
Complementary color
Monochromatic Colors of #8C2EBD
Black with #8C2EBD
Text Example
Text Example
White with #8C2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EBD; }
p { color: rgb(140,46,189); }
H1.HeaderClassName
{
color: #8C2EBD;
}
.AnyTagClassName
{
color: #8C2EBD;
}
</style>
background-color css
<style>
a { background-color: #8C2EBD; }
a { background-color: rgb(140,46,189); }
div.DivClassName
{
background-color: #8C2EBD;
}
.BgClassName
{
background-color: #8C2EBD;
}
</style>
border-color css
<style>
span { border-color: #8C2EBD; }
span { border-color: rgb(140,46,189); }
td.TdClassName
{
border-color: #8C2EBD;
}
.TagClassName
{
border-color: #8C2EBD;
}
</style>