Shades of Dark Orchid #8D3CCC
Tints of Dark Orchid #8D3CCC
RGB
CMYK
RGB Variations
Color information
#8D3CCC (or 0x8D3CCC) is known color: Dark Orchid. HEX triplet: 8D, 3C and CC. RGB value is (141,60,204). Sum of RGB (Red+Green+Blue) = 141+60+204=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CCC is #72C333. Grayscale: #646464. Windows color (decimal): -7521076 or 13384845. OLE color: 13384845.
HSL color Cylindrical-coordinate representation of color #8D3CCC: hue angle of 273.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3CCC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 60 | 204 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.2 |
| HSL | 273.75º | 0.59% | 0.52% | - |
| HSV(B) | 273.75º | 0.71% | 0.8% | - |
| XYZ | 23.5 | 13.25 | 58.45 | - |
| YUV | 100.64 | 186.34 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 204 | 0.31 | 0.71 | 0 | 0.2 | 273.75 | 0.59 | 0.52 |
| Hex | 8D | 3C | CC | 1F | 47 | 0 | 14 | 112 | 3B | 34 |
| Octal | 215 | 74 | 314 | 37 | 107 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001101 | 111100 | 11001100 | 11111 | 1000111 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8D3CCC
Complementary color
Monochromatic Colors of #8D3CCC
Black with #8D3CCC
Text Example
Text Example
White with #8D3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CCC; }
p { color: rgb(141,60,204); }
H1.HeaderClassName
{
color: #8D3CCC;
}
.AnyTagClassName
{
color: #8D3CCC;
}
</style>
background-color css
<style>
a { background-color: #8D3CCC; }
a { background-color: rgb(141,60,204); }
div.DivClassName
{
background-color: #8D3CCC;
}
.BgClassName
{
background-color: #8D3CCC;
}
</style>
border-color css
<style>
span { border-color: #8D3CCC; }
span { border-color: rgb(141,60,204); }
td.TdClassName
{
border-color: #8D3CCC;
}
.TagClassName
{
border-color: #8D3CCC;
}
</style>