Shades of Dark Orchid #8D3CC6
Tints of Dark Orchid #8D3CC6
RGB
CMYK
RGB Variations
Color information
#8D3CC6 (or 0x8D3CC6) is known color: Dark Orchid. HEX triplet: 8D, 3C and C6. RGB value is (141,60,198). Sum of RGB (Red+Green+Blue) = 141+60+198=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D3CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CC6 is #72C339. Grayscale: #636363. Windows color (decimal): -7521082 or 12991629. OLE color: 12991629.
HSL color Cylindrical-coordinate representation of color #8D3CC6: hue angle of 275.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D3CC6 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 60 | 198 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.22 |
| HSL | 275.22º | 0.55% | 0.51% | - |
| HSV(B) | 275.22º | 0.7% | 0.78% | - |
| XYZ | 22.79 | 12.97 | 54.73 | - |
| YUV | 99.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 198 | 0.29 | 0.70 | 0 | 0.22 | 275.22 | 0.55 | 0.51 |
| Hex | 8D | 3C | C6 | 1D | 46 | 0 | 16 | 113 | 37 | 33 |
| Octal | 215 | 74 | 306 | 35 | 106 | 0 | 26 | 423 | 67 | 63 |
| Binary | 10001101 | 111100 | 11000110 | 11101 | 1000110 | 0 | 10110 | 100010011 | 110111 | 110011 |
Color Harmonies of #8D3CC6
Complementary color
Monochromatic Colors of #8D3CC6
Black with #8D3CC6
Text Example
Text Example
White with #8D3CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CC6; }
p { color: rgb(141,60,198); }
H1.HeaderClassName
{
color: #8D3CC6;
}
.AnyTagClassName
{
color: #8D3CC6;
}
</style>
background-color css
<style>
a { background-color: #8D3CC6; }
a { background-color: rgb(141,60,198); }
div.DivClassName
{
background-color: #8D3CC6;
}
.BgClassName
{
background-color: #8D3CC6;
}
</style>
border-color css
<style>
span { border-color: #8D3CC6; }
span { border-color: rgb(141,60,198); }
td.TdClassName
{
border-color: #8D3CC6;
}
.TagClassName
{
border-color: #8D3CC6;
}
</style>