Shades of Dark Orchid #8C2DBD
Tints of Dark Orchid #8C2DBD
RGB
CMYK
RGB Variations
Color information
#8C2DBD (or 0x8C2DBD) is known color: Dark Orchid. HEX triplet: 8C, 2D and BD. RGB value is (140,45,189). Sum of RGB (Red+Green+Blue) = 140+45+189=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DBD is #73D242. Grayscale: #595959. Windows color (decimal): -7590467 or 12397964. OLE color: 12397964.
HSL color Cylindrical-coordinate representation of color #8C2DBD: hue angle of 279.58º degrees, saturation: 0.62, 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 #8C2DBD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 45 | 189 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.26 |
| HSL | 279.58º | 0.62% | 0.46% | - |
| HSV(B) | 279.58º | 0.76% | 0.74% | - |
| XYZ | 20.94 | 11.13 | 49.19 | - |
| YUV | 89.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 189 | 0.26 | 0.76 | 0 | 0.26 | 279.58 | 0.62 | 0.46 |
| Hex | 8C | 2D | BD | 1A | 4C | 0 | 1A | 118 | 3E | 2E |
| Octal | 214 | 55 | 275 | 32 | 114 | 0 | 32 | 430 | 76 | 56 |
| Binary | 10001100 | 101101 | 10111101 | 11010 | 1001100 | 0 | 11010 | 100011000 | 111110 | 101110 |
Color Harmonies of #8C2DBD
Complementary color
Monochromatic Colors of #8C2DBD
Black with #8C2DBD
Text Example
Text Example
White with #8C2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DBD; }
p { color: rgb(140,45,189); }
H1.HeaderClassName
{
color: #8C2DBD;
}
.AnyTagClassName
{
color: #8C2DBD;
}
</style>
background-color css
<style>
a { background-color: #8C2DBD; }
a { background-color: rgb(140,45,189); }
div.DivClassName
{
background-color: #8C2DBD;
}
.BgClassName
{
background-color: #8C2DBD;
}
</style>
border-color css
<style>
span { border-color: #8C2DBD; }
span { border-color: rgb(140,45,189); }
td.TdClassName
{
border-color: #8C2DBD;
}
.TagClassName
{
border-color: #8C2DBD;
}
</style>