Shades of Dark Purple #8C2384
Tints of Dark Purple #8C2384
RGB
CMYK
RGB Variations
Color information
#8C2384 (or 0x8C2384) is known color: Dark Purple. HEX triplet: 8C, 23 and 84. RGB value is (140,35,132). Sum of RGB (Red+Green+Blue) = 140+35+132=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2384 is #73DC7B. Grayscale: #4D4D4D. Windows color (decimal): -7593084 or 8659852. OLE color: 8659852.
HSL color Cylindrical-coordinate representation of color #8C2384: hue angle of 304.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2384 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 132 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.45 |
| HSL | 304.57º | 0.6% | 0.34% | - |
| HSV(B) | 304.57º | 0.75% | 0.55% | - |
| XYZ | 15.58 | 8.44 | 22.64 | - |
| YUV | 77.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 132 | 0 | 0.75 | 0.06 | 0.45 | 304.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 84 | 0 | 4B | 6 | 2D | 131 | 3C | 22 |
| Octal | 214 | 43 | 204 | 0 | 113 | 6 | 55 | 461 | 74 | 42 |
| Binary | 10001100 | 100011 | 10000100 | 0 | 1001011 | 110 | 101101 | 100110001 | 111100 | 100010 |
Color Harmonies of #8C2384
Complementary color
Monochromatic Colors of #8C2384
Black with #8C2384
Text Example
Text Example
White with #8C2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2384; }
p { color: rgb(140,35,132); }
H1.HeaderClassName
{
color: #8C2384;
}
.AnyTagClassName
{
color: #8C2384;
}
</style>
background-color css
<style>
a { background-color: #8C2384; }
a { background-color: rgb(140,35,132); }
div.DivClassName
{
background-color: #8C2384;
}
.BgClassName
{
background-color: #8C2384;
}
</style>
border-color css
<style>
span { border-color: #8C2384; }
span { border-color: rgb(140,35,132); }
td.TdClassName
{
border-color: #8C2384;
}
.TagClassName
{
border-color: #8C2384;
}
</style>