Shades of Dark Orchid #8C3BBA
Tints of Dark Orchid #8C3BBA
RGB
CMYK
RGB Variations
Color information
#8C3BBA (or 0x8C3BBA) is known color: Dark Orchid. HEX triplet: 8C, 3B and BA. RGB value is (140,59,186). Sum of RGB (Red+Green+Blue) = 140+59+186=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3BBA is #73C445. Grayscale: #616161. Windows color (decimal): -7586886 or 12204940. OLE color: 12204940.
HSL color Cylindrical-coordinate representation of color #8C3BBA: hue angle of 278.27º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C3BBA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 59 | 186 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.27 |
| HSL | 278.27º | 0.52% | 0.48% | - |
| HSV(B) | 278.27º | 0.68% | 0.73% | - |
| XYZ | 21.24 | 12.25 | 47.7 | - |
| YUV | 97.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 186 | 0.25 | 0.68 | 0 | 0.27 | 278.27 | 0.52 | 0.48 |
| Hex | 8C | 3B | BA | 19 | 44 | 0 | 1B | 116 | 34 | 30 |
| Octal | 214 | 73 | 272 | 31 | 104 | 0 | 33 | 426 | 64 | 60 |
| Binary | 10001100 | 111011 | 10111010 | 11001 | 1000100 | 0 | 11011 | 100010110 | 110100 | 110000 |
Color Harmonies of #8C3BBA
Complementary color
Monochromatic Colors of #8C3BBA
Black with #8C3BBA
Text Example
Text Example
White with #8C3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BBA; }
p { color: rgb(140,59,186); }
H1.HeaderClassName
{
color: #8C3BBA;
}
.AnyTagClassName
{
color: #8C3BBA;
}
</style>
background-color css
<style>
a { background-color: #8C3BBA; }
a { background-color: rgb(140,59,186); }
div.DivClassName
{
background-color: #8C3BBA;
}
.BgClassName
{
background-color: #8C3BBA;
}
</style>
border-color css
<style>
span { border-color: #8C3BBA; }
span { border-color: rgb(140,59,186); }
td.TdClassName
{
border-color: #8C3BBA;
}
.TagClassName
{
border-color: #8C3BBA;
}
</style>