Shades of Dark Orchid #8D2ABC
Tints of Dark Orchid #8D2ABC
RGB
CMYK
RGB Variations
Color information
#8D2ABC (or 0x8D2ABC) is known color: Dark Orchid. HEX triplet: 8D, 2A and BC. RGB value is (141,42,188). Sum of RGB (Red+Green+Blue) = 141+42+188=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ABC is #72D543. Grayscale: #575757. Windows color (decimal): -7525700 or 12331661. OLE color: 12331661.
HSL color Cylindrical-coordinate representation of color #8D2ABC: hue angle of 280.68º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D2ABC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 42 | 188 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.26 |
| HSL | 280.68º | 0.63% | 0.45% | - |
| HSV(B) | 280.68º | 0.78% | 0.74% | - |
| XYZ | 20.89 | 10.95 | 48.59 | - |
| YUV | 88.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 188 | 0.25 | 0.78 | 0 | 0.26 | 280.68 | 0.63 | 0.45 |
| Hex | 8D | 2A | BC | 19 | 4E | 0 | 1A | 119 | 3F | 2D |
| Octal | 215 | 52 | 274 | 31 | 116 | 0 | 32 | 431 | 77 | 55 |
| Binary | 10001101 | 101010 | 10111100 | 11001 | 1001110 | 0 | 11010 | 100011001 | 111111 | 101101 |
Color Harmonies of #8D2ABC
Complementary color
Monochromatic Colors of #8D2ABC
Black with #8D2ABC
Text Example
Text Example
White with #8D2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2ABC; }
p { color: rgb(141,42,188); }
H1.HeaderClassName
{
color: #8D2ABC;
}
.AnyTagClassName
{
color: #8D2ABC;
}
</style>
background-color css
<style>
a { background-color: #8D2ABC; }
a { background-color: rgb(141,42,188); }
div.DivClassName
{
background-color: #8D2ABC;
}
.BgClassName
{
background-color: #8D2ABC;
}
</style>
border-color css
<style>
span { border-color: #8D2ABC; }
span { border-color: rgb(141,42,188); }
td.TdClassName
{
border-color: #8D2ABC;
}
.TagClassName
{
border-color: #8D2ABC;
}
</style>