Shades of Dark Purple #8C246D
Tints of Dark Purple #8C246D
RGB
CMYK
RGB Variations
Color information
#8C246D (or 0x8C246D) is known color: Dark Purple. HEX triplet: 8C, 24 and 6D. RGB value is (140,36,109). Sum of RGB (Red+Green+Blue) = 140+36+109=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C246D is #73DB92. Grayscale: #4B4B4B. Windows color (decimal): -7592851 or 7152780. OLE color: 7152780.
HSL color Cylindrical-coordinate representation of color #8C246D: hue angle of 317.88º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C246D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 109 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.45 |
| HSL | 317.88º | 0.59% | 0.35% | - |
| HSV(B) | 317.88º | 0.74% | 0.55% | - |
| XYZ | 14.21 | 7.94 | 15.25 | - |
| YUV | 75.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 109 | 0 | 0.74 | 0.22 | 0.45 | 317.88 | 0.59 | 0.35 |
| Hex | 8C | 24 | 6D | 0 | 4A | 16 | 2D | 13E | 3B | 23 |
| Octal | 214 | 44 | 155 | 0 | 112 | 26 | 55 | 476 | 73 | 43 |
| Binary | 10001100 | 100100 | 1101101 | 0 | 1001010 | 10110 | 101101 | 100111110 | 111011 | 100011 |
Color Harmonies of #8C246D
Complementary color
Monochromatic Colors of #8C246D
Black with #8C246D
Text Example
Text Example
White with #8C246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C246D; }
p { color: rgb(140,36,109); }
H1.HeaderClassName
{
color: #8C246D;
}
.AnyTagClassName
{
color: #8C246D;
}
</style>
background-color css
<style>
a { background-color: #8C246D; }
a { background-color: rgb(140,36,109); }
div.DivClassName
{
background-color: #8C246D;
}
.BgClassName
{
background-color: #8C246D;
}
</style>
border-color css
<style>
span { border-color: #8C246D; }
span { border-color: rgb(140,36,109); }
td.TdClassName
{
border-color: #8C246D;
}
.TagClassName
{
border-color: #8C246D;
}
</style>