Shades of Dark Orchid #8D34CC
Tints of Dark Orchid #8D34CC
RGB
CMYK
RGB Variations
Color information
#8D34CC (or 0x8D34CC) is known color: Dark Orchid. HEX triplet: 8D, 34 and CC. RGB value is (141,52,204). Sum of RGB (Red+Green+Blue) = 141+52+204=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D34CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34CC is #72CB33. Grayscale: #5F5F5F. Windows color (decimal): -7523124 or 13382797. OLE color: 13382797.
HSL color Cylindrical-coordinate representation of color #8D34CC: hue angle of 275.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D34CC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 52 | 204 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.2 |
| HSL | 275.13º | 0.6% | 0.5% | - |
| HSV(B) | 275.13º | 0.75% | 0.8% | - |
| XYZ | 23.11 | 12.48 | 58.32 | - |
| YUV | 95.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 204 | 0.31 | 0.75 | 0 | 0.2 | 275.13 | 0.6 | 0.5 |
| Hex | 8D | 34 | CC | 1F | 4B | 0 | 14 | 113 | 3C | 32 |
| Octal | 215 | 64 | 314 | 37 | 113 | 0 | 24 | 423 | 74 | 62 |
| Binary | 10001101 | 110100 | 11001100 | 11111 | 1001011 | 0 | 10100 | 100010011 | 111100 | 110010 |
Color Harmonies of #8D34CC
Complementary color
Monochromatic Colors of #8D34CC
Black with #8D34CC
Text Example
Text Example
White with #8D34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34CC; }
p { color: rgb(141,52,204); }
H1.HeaderClassName
{
color: #8D34CC;
}
.AnyTagClassName
{
color: #8D34CC;
}
</style>
background-color css
<style>
a { background-color: #8D34CC; }
a { background-color: rgb(141,52,204); }
div.DivClassName
{
background-color: #8D34CC;
}
.BgClassName
{
background-color: #8D34CC;
}
</style>
border-color css
<style>
span { border-color: #8D34CC; }
span { border-color: rgb(141,52,204); }
td.TdClassName
{
border-color: #8D34CC;
}
.TagClassName
{
border-color: #8D34CC;
}
</style>