Shades of Dark Purple #8D2384
Tints of Dark Purple #8D2384
RGB
CMYK
RGB Variations
Color information
#8D2384 (or 0x8D2384) is known color: Dark Purple. HEX triplet: 8D, 23 and 84. RGB value is (141,35,132). Sum of RGB (Red+Green+Blue) = 141+35+132=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2384 is #72DC7B. Grayscale: #4D4D4D. Windows color (decimal): -7527548 or 8659853. OLE color: 8659853.
HSL color Cylindrical-coordinate representation of color #8D2384: hue angle of 305.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2384 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 132 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.45 |
| HSL | 305.09º | 0.6% | 0.35% | - |
| HSV(B) | 305.09º | 0.75% | 0.55% | - |
| XYZ | 15.75 | 8.53 | 22.65 | - |
| YUV | 77.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 132 | 0 | 0.75 | 0.06 | 0.45 | 305.09 | 0.6 | 0.35 |
| Hex | 8D | 23 | 84 | 0 | 4B | 6 | 2D | 131 | 3C | 23 |
| Octal | 215 | 43 | 204 | 0 | 113 | 6 | 55 | 461 | 74 | 43 |
| Binary | 10001101 | 100011 | 10000100 | 0 | 1001011 | 110 | 101101 | 100110001 | 111100 | 100011 |
Color Harmonies of #8D2384
Complementary color
Monochromatic Colors of #8D2384
Black with #8D2384
Text Example
Text Example
White with #8D2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2384; }
p { color: rgb(141,35,132); }
H1.HeaderClassName
{
color: #8D2384;
}
.AnyTagClassName
{
color: #8D2384;
}
</style>
background-color css
<style>
a { background-color: #8D2384; }
a { background-color: rgb(141,35,132); }
div.DivClassName
{
background-color: #8D2384;
}
.BgClassName
{
background-color: #8D2384;
}
</style>
border-color css
<style>
span { border-color: #8D2384; }
span { border-color: rgb(141,35,132); }
td.TdClassName
{
border-color: #8D2384;
}
.TagClassName
{
border-color: #8D2384;
}
</style>