Shades of Dark Orchid #8D3ACC
Tints of Dark Orchid #8D3ACC
RGB
CMYK
RGB Variations
Color information
#8D3ACC (or 0x8D3ACC) is known color: Dark Orchid. HEX triplet: 8D, 3A and CC. RGB value is (141,58,204). Sum of RGB (Red+Green+Blue) = 141+58+204=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ACC is #72C533. Grayscale: #626262. Windows color (decimal): -7521588 or 13384333. OLE color: 13384333.
HSL color Cylindrical-coordinate representation of color #8D3ACC: hue angle of 274.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3ACC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 58 | 204 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.2 |
| HSL | 274.11º | 0.59% | 0.51% | - |
| HSV(B) | 274.11º | 0.72% | 0.8% | - |
| XYZ | 23.4 | 13.05 | 58.41 | - |
| YUV | 99.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 204 | 0.31 | 0.72 | 0 | 0.2 | 274.11 | 0.59 | 0.51 |
| Hex | 8D | 3A | CC | 1F | 48 | 0 | 14 | 112 | 3B | 33 |
| Octal | 215 | 72 | 314 | 37 | 110 | 0 | 24 | 422 | 73 | 63 |
| Binary | 10001101 | 111010 | 11001100 | 11111 | 1001000 | 0 | 10100 | 100010010 | 111011 | 110011 |
Color Harmonies of #8D3ACC
Complementary color
Monochromatic Colors of #8D3ACC
Black with #8D3ACC
Text Example
Text Example
White with #8D3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ACC; }
p { color: rgb(141,58,204); }
H1.HeaderClassName
{
color: #8D3ACC;
}
.AnyTagClassName
{
color: #8D3ACC;
}
</style>
background-color css
<style>
a { background-color: #8D3ACC; }
a { background-color: rgb(141,58,204); }
div.DivClassName
{
background-color: #8D3ACC;
}
.BgClassName
{
background-color: #8D3ACC;
}
</style>
border-color css
<style>
span { border-color: #8D3ACC; }
span { border-color: rgb(141,58,204); }
td.TdClassName
{
border-color: #8D3ACC;
}
.TagClassName
{
border-color: #8D3ACC;
}
</style>