Shades of Dark Purple #8C3982
Tints of Dark Purple #8C3982
RGB
CMYK
RGB Variations
Color information
#8C3982 (or 0x8C3982) is known color: Dark Purple. HEX triplet: 8C, 39 and 82. RGB value is (140,57,130). Sum of RGB (Red+Green+Blue) = 140+57+130=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3982 is #73C67D. Grayscale: #595959. Windows color (decimal): -7587454 or 8534412. OLE color: 8534412.
HSL color Cylindrical-coordinate representation of color #8C3982: hue angle of 307.23º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3982 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 130 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.45 |
| HSL | 307.23º | 0.42% | 0.39% | - |
| HSV(B) | 307.23º | 0.59% | 0.55% | - |
| XYZ | 16.31 | 10.11 | 22.21 | - |
| YUV | 90.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 130 | 0 | 0.59 | 0.07 | 0.45 | 307.23 | 0.42 | 0.39 |
| Hex | 8C | 39 | 82 | 0 | 3B | 7 | 2D | 133 | 2A | 27 |
| Octal | 214 | 71 | 202 | 0 | 73 | 7 | 55 | 463 | 52 | 47 |
| Binary | 10001100 | 111001 | 10000010 | 0 | 111011 | 111 | 101101 | 100110011 | 101010 | 100111 |
Color Harmonies of #8C3982
Complementary color
Monochromatic Colors of #8C3982
Black with #8C3982
Text Example
Text Example
White with #8C3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3982; }
p { color: rgb(140,57,130); }
H1.HeaderClassName
{
color: #8C3982;
}
.AnyTagClassName
{
color: #8C3982;
}
</style>
background-color css
<style>
a { background-color: #8C3982; }
a { background-color: rgb(140,57,130); }
div.DivClassName
{
background-color: #8C3982;
}
.BgClassName
{
background-color: #8C3982;
}
</style>
border-color css
<style>
span { border-color: #8C3982; }
span { border-color: rgb(140,57,130); }
td.TdClassName
{
border-color: #8C3982;
}
.TagClassName
{
border-color: #8C3982;
}
</style>