Shades of Dark Purple #8C277F
Tints of Dark Purple #8C277F
RGB
CMYK
RGB Variations
Color information
#8C277F (or 0x8C277F) is known color: Dark Purple. HEX triplet: 8C, 27 and 7F. RGB value is (140,39,127). Sum of RGB (Red+Green+Blue) = 140+39+127=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C277F is #73D880. Grayscale: #4E4E4E. Windows color (decimal): -7592065 or 8333196. OLE color: 8333196.
HSL color Cylindrical-coordinate representation of color #8C277F: hue angle of 307.72º 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 #8C277F is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 127 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.45 |
| HSL | 307.72º | 0.56% | 0.35% | - |
| HSV(B) | 307.72º | 0.72% | 0.55% | - |
| XYZ | 15.37 | 8.56 | 20.92 | - |
| YUV | 79.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 127 | 0 | 0.72 | 0.09 | 0.45 | 307.72 | 0.56 | 0.35 |
| Hex | 8C | 27 | 7F | 0 | 48 | 9 | 2D | 134 | 38 | 23 |
| Octal | 214 | 47 | 177 | 0 | 110 | 11 | 55 | 464 | 70 | 43 |
| Binary | 10001100 | 100111 | 1111111 | 0 | 1001000 | 1001 | 101101 | 100110100 | 111000 | 100011 |
Color Harmonies of #8C277F
Complementary color
Monochromatic Colors of #8C277F
Black with #8C277F
Text Example
Text Example
White with #8C277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C277F; }
p { color: rgb(140,39,127); }
H1.HeaderClassName
{
color: #8C277F;
}
.AnyTagClassName
{
color: #8C277F;
}
</style>
background-color css
<style>
a { background-color: #8C277F; }
a { background-color: rgb(140,39,127); }
div.DivClassName
{
background-color: #8C277F;
}
.BgClassName
{
background-color: #8C277F;
}
</style>
border-color css
<style>
span { border-color: #8C277F; }
span { border-color: rgb(140,39,127); }
td.TdClassName
{
border-color: #8C277F;
}
.TagClassName
{
border-color: #8C277F;
}
</style>