Shades of Dark Orchid #8D2DAE
Tints of Dark Orchid #8D2DAE
RGB
CMYK
RGB Variations
Color information
#8D2DAE (or 0x8D2DAE) is known color: Dark Orchid. HEX triplet: 8D, 2D and AE. RGB value is (141,45,174). Sum of RGB (Red+Green+Blue) = 141+45+174=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2DAE is #72D251. Grayscale: #575757. Windows color (decimal): -7524946 or 11414925. OLE color: 11414925.
HSL color Cylindrical-coordinate representation of color #8D2DAE: hue angle of 284.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2DAE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 45 | 174 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.32 |
| HSL | 284.65º | 0.59% | 0.43% | - |
| HSV(B) | 284.65º | 0.74% | 0.68% | - |
| XYZ | 19.56 | 10.6 | 41.06 | - |
| YUV | 88.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 174 | 0.19 | 0.74 | 0 | 0.32 | 284.65 | 0.59 | 0.43 |
| Hex | 8D | 2D | AE | 13 | 4A | 0 | 20 | 11D | 3B | 2B |
| Octal | 215 | 55 | 256 | 23 | 112 | 0 | 40 | 435 | 73 | 53 |
| Binary | 10001101 | 101101 | 10101110 | 10011 | 1001010 | 0 | 100000 | 100011101 | 111011 | 101011 |
Color Harmonies of #8D2DAE
Complementary color
Monochromatic Colors of #8D2DAE
Black with #8D2DAE
Text Example
Text Example
White with #8D2DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2DAE; }
p { color: rgb(141,45,174); }
H1.HeaderClassName
{
color: #8D2DAE;
}
.AnyTagClassName
{
color: #8D2DAE;
}
</style>
background-color css
<style>
a { background-color: #8D2DAE; }
a { background-color: rgb(141,45,174); }
div.DivClassName
{
background-color: #8D2DAE;
}
.BgClassName
{
background-color: #8D2DAE;
}
</style>
border-color css
<style>
span { border-color: #8D2DAE; }
span { border-color: rgb(141,45,174); }
td.TdClassName
{
border-color: #8D2DAE;
}
.TagClassName
{
border-color: #8D2DAE;
}
</style>