Shades of Dark Orchid #8D3CCF
Tints of Dark Orchid #8D3CCF
RGB
CMYK
RGB Variations
Color information
#8D3CCF (or 0x8D3CCF) is known color: Dark Orchid. HEX triplet: 8D, 3C and CF. RGB value is (141,60,207). Sum of RGB (Red+Green+Blue) = 141+60+207=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CCF is #72C330. Grayscale: #646464. Windows color (decimal): -7521073 or 13581453. OLE color: 13581453.
HSL color Cylindrical-coordinate representation of color #8D3CCF: hue angle of 273.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3CCF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 60 | 207 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.19 |
| HSL | 273.06º | 0.6% | 0.52% | - |
| HSV(B) | 273.06º | 0.71% | 0.81% | - |
| XYZ | 23.86 | 13.4 | 60.36 | - |
| YUV | 100.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 207 | 0.32 | 0.71 | 0 | 0.19 | 273.06 | 0.6 | 0.52 |
| Hex | 8D | 3C | CF | 20 | 47 | 0 | 13 | 111 | 3C | 34 |
| Octal | 215 | 74 | 317 | 40 | 107 | 0 | 23 | 421 | 74 | 64 |
| Binary | 10001101 | 111100 | 11001111 | 100000 | 1000111 | 0 | 10011 | 100010001 | 111100 | 110100 |
Color Harmonies of #8D3CCF
Complementary color
Monochromatic Colors of #8D3CCF
Black with #8D3CCF
Text Example
Text Example
White with #8D3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CCF; }
p { color: rgb(141,60,207); }
H1.HeaderClassName
{
color: #8D3CCF;
}
.AnyTagClassName
{
color: #8D3CCF;
}
</style>
background-color css
<style>
a { background-color: #8D3CCF; }
a { background-color: rgb(141,60,207); }
div.DivClassName
{
background-color: #8D3CCF;
}
.BgClassName
{
background-color: #8D3CCF;
}
</style>
border-color css
<style>
span { border-color: #8D3CCF; }
span { border-color: rgb(141,60,207); }
td.TdClassName
{
border-color: #8D3CCF;
}
.TagClassName
{
border-color: #8D3CCF;
}
</style>