Shades of Dark Purple #8C2773
Tints of Dark Purple #8C2773
RGB
CMYK
RGB Variations
Color information
#8C2773 (or 0x8C2773) is known color: Dark Purple. HEX triplet: 8C, 27 and 73. RGB value is (140,39,115). Sum of RGB (Red+Green+Blue) = 140+39+115=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2773 is #73D88C. Grayscale: #4D4D4D. Windows color (decimal): -7592077 or 7546764. OLE color: 7546764.
HSL color Cylindrical-coordinate representation of color #8C2773: hue angle of 314.85º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2773 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 115 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.45 |
| HSL | 314.85º | 0.56% | 0.35% | - |
| HSV(B) | 314.85º | 0.72% | 0.55% | - |
| XYZ | 14.64 | 8.26 | 17.04 | - |
| YUV | 77.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 115 | 0 | 0.72 | 0.18 | 0.45 | 314.85 | 0.56 | 0.35 |
| Hex | 8C | 27 | 73 | 0 | 48 | 12 | 2D | 13B | 38 | 23 |
| Octal | 214 | 47 | 163 | 0 | 110 | 22 | 55 | 473 | 70 | 43 |
| Binary | 10001100 | 100111 | 1110011 | 0 | 1001000 | 10010 | 101101 | 100111011 | 111000 | 100011 |
Color Harmonies of #8C2773
Complementary color
Monochromatic Colors of #8C2773
Black with #8C2773
Text Example
Text Example
White with #8C2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2773; }
p { color: rgb(140,39,115); }
H1.HeaderClassName
{
color: #8C2773;
}
.AnyTagClassName
{
color: #8C2773;
}
</style>
background-color css
<style>
a { background-color: #8C2773; }
a { background-color: rgb(140,39,115); }
div.DivClassName
{
background-color: #8C2773;
}
.BgClassName
{
background-color: #8C2773;
}
</style>
border-color css
<style>
span { border-color: #8C2773; }
span { border-color: rgb(140,39,115); }
td.TdClassName
{
border-color: #8C2773;
}
.TagClassName
{
border-color: #8C2773;
}
</style>