Shades of Dark Orchid #8C2BBC
Tints of Dark Orchid #8C2BBC
RGB
CMYK
RGB Variations
Color information
#8C2BBC (or 0x8C2BBC) is known color: Dark Orchid. HEX triplet: 8C, 2B and BC. RGB value is (140,43,188). Sum of RGB (Red+Green+Blue) = 140+43+188=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BBC is #73D443. Grayscale: #585858. Windows color (decimal): -7590980 or 12331916. OLE color: 12331916.
HSL color Cylindrical-coordinate representation of color #8C2BBC: hue angle of 280.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2BBC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 43 | 188 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.26 |
| HSL | 280.14º | 0.63% | 0.45% | - |
| HSV(B) | 280.14º | 0.77% | 0.74% | - |
| XYZ | 20.76 | 10.93 | 48.59 | - |
| YUV | 88.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 188 | 0.26 | 0.77 | 0 | 0.26 | 280.14 | 0.63 | 0.45 |
| Hex | 8C | 2B | BC | 1A | 4D | 0 | 1A | 118 | 3F | 2D |
| Octal | 214 | 53 | 274 | 32 | 115 | 0 | 32 | 430 | 77 | 55 |
| Binary | 10001100 | 101011 | 10111100 | 11010 | 1001101 | 0 | 11010 | 100011000 | 111111 | 101101 |
Color Harmonies of #8C2BBC
Complementary color
Monochromatic Colors of #8C2BBC
Black with #8C2BBC
Text Example
Text Example
White with #8C2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BBC; }
p { color: rgb(140,43,188); }
H1.HeaderClassName
{
color: #8C2BBC;
}
.AnyTagClassName
{
color: #8C2BBC;
}
</style>
background-color css
<style>
a { background-color: #8C2BBC; }
a { background-color: rgb(140,43,188); }
div.DivClassName
{
background-color: #8C2BBC;
}
.BgClassName
{
background-color: #8C2BBC;
}
</style>
border-color css
<style>
span { border-color: #8C2BBC; }
span { border-color: rgb(140,43,188); }
td.TdClassName
{
border-color: #8C2BBC;
}
.TagClassName
{
border-color: #8C2BBC;
}
</style>