Shades of Dark Orchid #8D25C6
Tints of Dark Orchid #8D25C6
RGB
CMYK
RGB Variations
Color information
#8D25C6 (or 0x8D25C6) is known color: Dark Orchid. HEX triplet: 8D, 25 and C6. RGB value is (141,37,198). Sum of RGB (Red+Green+Blue) = 141+37+198=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D25C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D25C6 is #72DA39. Grayscale: #555555. Windows color (decimal): -7526970 or 12985741. OLE color: 12985741.
HSL color Cylindrical-coordinate representation of color #8D25C6: hue angle of 278.76º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D25C6 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 37 | 198 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.22 |
| HSL | 278.76º | 0.69% | 0.46% | - |
| HSV(B) | 278.76º | 0.81% | 0.78% | - |
| XYZ | 21.84 | 11.06 | 54.41 | - |
| YUV | 86.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 198 | 0.29 | 0.81 | 0 | 0.22 | 278.76 | 0.69 | 0.46 |
| Hex | 8D | 25 | C6 | 1D | 51 | 0 | 16 | 117 | 45 | 2E |
| Octal | 215 | 45 | 306 | 35 | 121 | 0 | 26 | 427 | 105 | 56 |
| Binary | 10001101 | 100101 | 11000110 | 11101 | 1010001 | 0 | 10110 | 100010111 | 1000101 | 101110 |
Color Harmonies of #8D25C6
Complementary color
Monochromatic Colors of #8D25C6
Black with #8D25C6
Text Example
Text Example
White with #8D25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D25C6; }
p { color: rgb(141,37,198); }
H1.HeaderClassName
{
color: #8D25C6;
}
.AnyTagClassName
{
color: #8D25C6;
}
</style>
background-color css
<style>
a { background-color: #8D25C6; }
a { background-color: rgb(141,37,198); }
div.DivClassName
{
background-color: #8D25C6;
}
.BgClassName
{
background-color: #8D25C6;
}
</style>
border-color css
<style>
span { border-color: #8D25C6; }
span { border-color: rgb(141,37,198); }
td.TdClassName
{
border-color: #8D25C6;
}
.TagClassName
{
border-color: #8D25C6;
}
</style>