Shades of Dark Orchid #8C2FBD
Tints of Dark Orchid #8C2FBD
RGB
CMYK
RGB Variations
Color information
#8C2FBD (or 0x8C2FBD) is known color: Dark Orchid. HEX triplet: 8C, 2F and BD. RGB value is (140,47,189). Sum of RGB (Red+Green+Blue) = 140+47+189=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C2FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FBD is #73D042. Grayscale: #5A5A5A. Windows color (decimal): -7589955 or 12398476. OLE color: 12398476.
HSL color Cylindrical-coordinate representation of color #8C2FBD: hue angle of 279.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2FBD is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 47 | 189 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.26 |
| HSL | 279.3º | 0.6% | 0.46% | - |
| HSV(B) | 279.3º | 0.75% | 0.74% | - |
| XYZ | 21.02 | 11.28 | 49.21 | - |
| YUV | 91 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 189 | 0.26 | 0.75 | 0 | 0.26 | 279.3 | 0.6 | 0.46 |
| Hex | 8C | 2F | BD | 1A | 4B | 0 | 1A | 117 | 3C | 2E |
| Octal | 214 | 57 | 275 | 32 | 113 | 0 | 32 | 427 | 74 | 56 |
| Binary | 10001100 | 101111 | 10111101 | 11010 | 1001011 | 0 | 11010 | 100010111 | 111100 | 101110 |
Color Harmonies of #8C2FBD
Complementary color
Monochromatic Colors of #8C2FBD
Black with #8C2FBD
Text Example
Text Example
White with #8C2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FBD; }
p { color: rgb(140,47,189); }
H1.HeaderClassName
{
color: #8C2FBD;
}
.AnyTagClassName
{
color: #8C2FBD;
}
</style>
background-color css
<style>
a { background-color: #8C2FBD; }
a { background-color: rgb(140,47,189); }
div.DivClassName
{
background-color: #8C2FBD;
}
.BgClassName
{
background-color: #8C2FBD;
}
</style>
border-color css
<style>
span { border-color: #8C2FBD; }
span { border-color: rgb(140,47,189); }
td.TdClassName
{
border-color: #8C2FBD;
}
.TagClassName
{
border-color: #8C2FBD;
}
</style>