Shades of Dark Orchid #8D3CBB
Tints of Dark Orchid #8D3CBB
RGB
CMYK
RGB Variations
Color information
#8D3CBB (or 0x8D3CBB) is known color: Dark Orchid. HEX triplet: 8D, 3C and BB. RGB value is (141,60,187). Sum of RGB (Red+Green+Blue) = 141+60+187=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CBB is #72C344. Grayscale: #626262. Windows color (decimal): -7521093 or 12270733. OLE color: 12270733.
HSL color Cylindrical-coordinate representation of color #8D3CBB: hue angle of 278.27º degrees, saturation: 0.51, 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 #8D3CBB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 60 | 187 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.27 |
| HSL | 278.27º | 0.51% | 0.48% | - |
| HSV(B) | 278.27º | 0.68% | 0.73% | - |
| XYZ | 21.57 | 12.48 | 48.29 | - |
| YUV | 98.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 187 | 0.25 | 0.68 | 0 | 0.27 | 278.27 | 0.51 | 0.48 |
| Hex | 8D | 3C | BB | 19 | 44 | 0 | 1B | 116 | 33 | 30 |
| Octal | 215 | 74 | 273 | 31 | 104 | 0 | 33 | 426 | 63 | 60 |
| Binary | 10001101 | 111100 | 10111011 | 11001 | 1000100 | 0 | 11011 | 100010110 | 110011 | 110000 |
Color Harmonies of #8D3CBB
Complementary color
Monochromatic Colors of #8D3CBB
Black with #8D3CBB
Text Example
Text Example
White with #8D3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CBB; }
p { color: rgb(141,60,187); }
H1.HeaderClassName
{
color: #8D3CBB;
}
.AnyTagClassName
{
color: #8D3CBB;
}
</style>
background-color css
<style>
a { background-color: #8D3CBB; }
a { background-color: rgb(141,60,187); }
div.DivClassName
{
background-color: #8D3CBB;
}
.BgClassName
{
background-color: #8D3CBB;
}
</style>
border-color css
<style>
span { border-color: #8D3CBB; }
span { border-color: rgb(141,60,187); }
td.TdClassName
{
border-color: #8D3CBB;
}
.TagClassName
{
border-color: #8D3CBB;
}
</style>