Shades of Dark Purple #8C3282
Tints of Dark Purple #8C3282
RGB
CMYK
RGB Variations
Color information
#8C3282 (or 0x8C3282) is known color: Dark Purple. HEX triplet: 8C, 32 and 82. RGB value is (140,50,130). Sum of RGB (Red+Green+Blue) = 140+50+130=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3282 is #73CD7D. Grayscale: #555555. Windows color (decimal): -7589246 or 8532620. OLE color: 8532620.
HSL color Cylindrical-coordinate representation of color #8C3282: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3282 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 130 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.45 |
| HSL | 306.67º | 0.47% | 0.37% | - |
| HSV(B) | 306.67º | 0.64% | 0.55% | - |
| XYZ | 15.99 | 9.47 | 22.1 | - |
| YUV | 86.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 130 | 0 | 0.64 | 0.07 | 0.45 | 306.67 | 0.47 | 0.37 |
| Hex | 8C | 32 | 82 | 0 | 40 | 7 | 2D | 133 | 2F | 25 |
| Octal | 214 | 62 | 202 | 0 | 100 | 7 | 55 | 463 | 57 | 45 |
| Binary | 10001100 | 110010 | 10000010 | 0 | 1000000 | 111 | 101101 | 100110011 | 101111 | 100101 |
Color Harmonies of #8C3282
Complementary color
Monochromatic Colors of #8C3282
Black with #8C3282
Text Example
Text Example
White with #8C3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3282; }
p { color: rgb(140,50,130); }
H1.HeaderClassName
{
color: #8C3282;
}
.AnyTagClassName
{
color: #8C3282;
}
</style>
background-color css
<style>
a { background-color: #8C3282; }
a { background-color: rgb(140,50,130); }
div.DivClassName
{
background-color: #8C3282;
}
.BgClassName
{
background-color: #8C3282;
}
</style>
border-color css
<style>
span { border-color: #8C3282; }
span { border-color: rgb(140,50,130); }
td.TdClassName
{
border-color: #8C3282;
}
.TagClassName
{
border-color: #8C3282;
}
</style>