Shades of Dark Orchid #8C3EBB
Tints of Dark Orchid #8C3EBB
RGB
CMYK
RGB Variations
Color information
#8C3EBB (or 0x8C3EBB) is known color: Dark Orchid. HEX triplet: 8C, 3E and BB. RGB value is (140,62,187). Sum of RGB (Red+Green+Blue) = 140+62+187=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3EBB is #73C144. Grayscale: #636363. Windows color (decimal): -7586117 or 12271244. OLE color: 12271244.
HSL color Cylindrical-coordinate representation of color #8C3EBB: hue angle of 277.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3EBB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 62 | 187 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.27 |
| HSL | 277.44º | 0.5% | 0.49% | - |
| HSV(B) | 277.44º | 0.67% | 0.73% | - |
| XYZ | 21.51 | 12.61 | 48.31 | - |
| YUV | 99.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 187 | 0.25 | 0.67 | 0 | 0.27 | 277.44 | 0.5 | 0.49 |
| Hex | 8C | 3E | BB | 19 | 43 | 0 | 1B | 115 | 32 | 31 |
| Octal | 214 | 76 | 273 | 31 | 103 | 0 | 33 | 425 | 62 | 61 |
| Binary | 10001100 | 111110 | 10111011 | 11001 | 1000011 | 0 | 11011 | 100010101 | 110010 | 110001 |
Color Harmonies of #8C3EBB
Complementary color
Monochromatic Colors of #8C3EBB
Black with #8C3EBB
Text Example
Text Example
White with #8C3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3EBB; }
p { color: rgb(140,62,187); }
H1.HeaderClassName
{
color: #8C3EBB;
}
.AnyTagClassName
{
color: #8C3EBB;
}
</style>
background-color css
<style>
a { background-color: #8C3EBB; }
a { background-color: rgb(140,62,187); }
div.DivClassName
{
background-color: #8C3EBB;
}
.BgClassName
{
background-color: #8C3EBB;
}
</style>
border-color css
<style>
span { border-color: #8C3EBB; }
span { border-color: rgb(140,62,187); }
td.TdClassName
{
border-color: #8C3EBB;
}
.TagClassName
{
border-color: #8C3EBB;
}
</style>