Shades of Dark Orchid #8C2DBE
Tints of Dark Orchid #8C2DBE
RGB
CMYK
RGB Variations
Color information
#8C2DBE (or 0x8C2DBE) is known color: Dark Orchid. HEX triplet: 8C, 2D and BE. RGB value is (140,45,190). Sum of RGB (Red+Green+Blue) = 140+45+190=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DBE is #73D241. Grayscale: #595959. Windows color (decimal): -7590466 or 12463500. OLE color: 12463500.
HSL color Cylindrical-coordinate representation of color #8C2DBE: hue angle of 279.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2DBE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 45 | 190 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.25 |
| HSL | 279.31º | 0.62% | 0.46% | - |
| HSV(B) | 279.31º | 0.76% | 0.75% | - |
| XYZ | 21.05 | 11.17 | 49.76 | - |
| YUV | 89.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 190 | 0.26 | 0.76 | 0 | 0.25 | 279.31 | 0.62 | 0.46 |
| Hex | 8C | 2D | BE | 1A | 4C | 0 | 19 | 117 | 3E | 2E |
| Octal | 214 | 55 | 276 | 32 | 114 | 0 | 31 | 427 | 76 | 56 |
| Binary | 10001100 | 101101 | 10111110 | 11010 | 1001100 | 0 | 11001 | 100010111 | 111110 | 101110 |
Color Harmonies of #8C2DBE
Complementary color
Monochromatic Colors of #8C2DBE
Black with #8C2DBE
Text Example
Text Example
White with #8C2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DBE; }
p { color: rgb(140,45,190); }
H1.HeaderClassName
{
color: #8C2DBE;
}
.AnyTagClassName
{
color: #8C2DBE;
}
</style>
background-color css
<style>
a { background-color: #8C2DBE; }
a { background-color: rgb(140,45,190); }
div.DivClassName
{
background-color: #8C2DBE;
}
.BgClassName
{
background-color: #8C2DBE;
}
</style>
border-color css
<style>
span { border-color: #8C2DBE; }
span { border-color: rgb(140,45,190); }
td.TdClassName
{
border-color: #8C2DBE;
}
.TagClassName
{
border-color: #8C2DBE;
}
</style>