Shades of Dark Orchid #8D1AAF
Tints of Dark Orchid #8D1AAF
RGB
CMYK
RGB Variations
Color information
#8D1AAF (or 0x8D1AAF) is known color: Dark Orchid. HEX triplet: 8D, 1A and AF. RGB value is (141,26,175). Sum of RGB (Red+Green+Blue) = 141+26+175=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1AAF is #72E550. Grayscale: #4C4C4C. Windows color (decimal): -7529809 or 11475597. OLE color: 11475597.
HSL color Cylindrical-coordinate representation of color #8D1AAF: hue angle of 286.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1AAF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 26 | 175 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.31 |
| HSL | 286.31º | 0.74% | 0.39% | - |
| HSV(B) | 286.31º | 0.85% | 0.69% | - |
| XYZ | 19.09 | 9.5 | 41.38 | - |
| YUV | 77.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 175 | 0.19 | 0.85 | 0 | 0.31 | 286.31 | 0.74 | 0.39 |
| Hex | 8D | 1A | AF | 13 | 55 | 0 | 1F | 11E | 4A | 27 |
| Octal | 215 | 32 | 257 | 23 | 125 | 0 | 37 | 436 | 112 | 47 |
| Binary | 10001101 | 11010 | 10101111 | 10011 | 1010101 | 0 | 11111 | 100011110 | 1001010 | 100111 |
Color Harmonies of #8D1AAF
Complementary color
Monochromatic Colors of #8D1AAF
Black with #8D1AAF
Text Example
Text Example
White with #8D1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AAF; }
p { color: rgb(141,26,175); }
H1.HeaderClassName
{
color: #8D1AAF;
}
.AnyTagClassName
{
color: #8D1AAF;
}
</style>
background-color css
<style>
a { background-color: #8D1AAF; }
a { background-color: rgb(141,26,175); }
div.DivClassName
{
background-color: #8D1AAF;
}
.BgClassName
{
background-color: #8D1AAF;
}
</style>
border-color css
<style>
span { border-color: #8D1AAF; }
span { border-color: rgb(141,26,175); }
td.TdClassName
{
border-color: #8D1AAF;
}
.TagClassName
{
border-color: #8D1AAF;
}
</style>