Shades of Dark Orchid #8D3CB6
Tints of Dark Orchid #8D3CB6
RGB
CMYK
RGB Variations
Color information
#8D3CB6 (or 0x8D3CB6) is known color: Dark Orchid. HEX triplet: 8D, 3C and B6. RGB value is (141,60,182). Sum of RGB (Red+Green+Blue) = 141+60+182=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D3CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CB6 is #72C349. Grayscale: #616161. Windows color (decimal): -7521098 or 11943053. OLE color: 11943053.
HSL color Cylindrical-coordinate representation of color #8D3CB6: hue angle of 279.84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3CB6 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 60 | 182 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.29 |
| HSL | 279.84º | 0.5% | 0.47% | - |
| HSV(B) | 279.84º | 0.67% | 0.71% | - |
| XYZ | 21.04 | 12.27 | 45.52 | - |
| YUV | 98.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 182 | 0.23 | 0.67 | 0 | 0.29 | 279.84 | 0.5 | 0.47 |
| Hex | 8D | 3C | B6 | 17 | 43 | 0 | 1D | 118 | 32 | 2F |
| Octal | 215 | 74 | 266 | 27 | 103 | 0 | 35 | 430 | 62 | 57 |
| Binary | 10001101 | 111100 | 10110110 | 10111 | 1000011 | 0 | 11101 | 100011000 | 110010 | 101111 |
Color Harmonies of #8D3CB6
Complementary color
Monochromatic Colors of #8D3CB6
Black with #8D3CB6
Text Example
Text Example
White with #8D3CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CB6; }
p { color: rgb(141,60,182); }
H1.HeaderClassName
{
color: #8D3CB6;
}
.AnyTagClassName
{
color: #8D3CB6;
}
</style>
background-color css
<style>
a { background-color: #8D3CB6; }
a { background-color: rgb(141,60,182); }
div.DivClassName
{
background-color: #8D3CB6;
}
.BgClassName
{
background-color: #8D3CB6;
}
</style>
border-color css
<style>
span { border-color: #8D3CB6; }
span { border-color: rgb(141,60,182); }
td.TdClassName
{
border-color: #8D3CB6;
}
.TagClassName
{
border-color: #8D3CB6;
}
</style>