Shades of Dark Orchid #8D2AB6
Tints of Dark Orchid #8D2AB6
RGB
CMYK
RGB Variations
Color information
#8D2AB6 (or 0x8D2AB6) is known color: Dark Orchid. HEX triplet: 8D, 2A and B6. RGB value is (141,42,182). Sum of RGB (Red+Green+Blue) = 141+42+182=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2AB6 is #72D549. Grayscale: #575757. Windows color (decimal): -7525706 or 11938445. OLE color: 11938445.
HSL color Cylindrical-coordinate representation of color #8D2AB6: hue angle of 282.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2AB6 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 42 | 182 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.29 |
| HSL | 282.43º | 0.63% | 0.44% | - |
| HSV(B) | 282.43º | 0.77% | 0.71% | - |
| XYZ | 20.26 | 10.7 | 45.25 | - |
| YUV | 87.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 182 | 0.23 | 0.77 | 0 | 0.29 | 282.43 | 0.63 | 0.44 |
| Hex | 8D | 2A | B6 | 17 | 4D | 0 | 1D | 11A | 3E | 2C |
| Octal | 215 | 52 | 266 | 27 | 115 | 0 | 35 | 432 | 76 | 54 |
| Binary | 10001101 | 101010 | 10110110 | 10111 | 1001101 | 0 | 11101 | 100011010 | 111110 | 101100 |
Color Harmonies of #8D2AB6
Complementary color
Monochromatic Colors of #8D2AB6
Black with #8D2AB6
Text Example
Text Example
White with #8D2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2AB6; }
p { color: rgb(141,42,182); }
H1.HeaderClassName
{
color: #8D2AB6;
}
.AnyTagClassName
{
color: #8D2AB6;
}
</style>
background-color css
<style>
a { background-color: #8D2AB6; }
a { background-color: rgb(141,42,182); }
div.DivClassName
{
background-color: #8D2AB6;
}
.BgClassName
{
background-color: #8D2AB6;
}
</style>
border-color css
<style>
span { border-color: #8D2AB6; }
span { border-color: rgb(141,42,182); }
td.TdClassName
{
border-color: #8D2AB6;
}
.TagClassName
{
border-color: #8D2AB6;
}
</style>