Shades of Purple #8C037D
Tints of Purple #8C037D
RGB
CMYK
RGB Variations
Color information
#8C037D (or 0x8C037D) is known color: Purple. HEX triplet: 8C, 03 and 7D. RGB value is (140,3,125). Sum of RGB (Red+Green+Blue) = 140+3+125=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C037D is #73FC82. Grayscale: #393939. Windows color (decimal): -7601283 or 8192908. OLE color: 8192908.
HSL color Cylindrical-coordinate representation of color #8C037D: hue angle of 306.57º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C037D is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.45 |
| HSL | 306.57º | 0.96% | 0.28% | - |
| HSV(B) | 306.57º | 0.98% | 0.55% | - |
| XYZ | 14.55 | 7.12 | 20.01 | - |
| YUV | 57.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 125 | 0 | 0.98 | 0.11 | 0.45 | 306.57 | 0.96 | 0.28 |
| Hex | 8C | 3 | 7D | 0 | 62 | B | 2D | 133 | 60 | 1C |
| Octal | 214 | 3 | 175 | 0 | 142 | 13 | 55 | 463 | 140 | 34 |
| Binary | 10001100 | 11 | 1111101 | 0 | 1100010 | 1011 | 101101 | 100110011 | 1100000 | 11100 |
Color Harmonies of #8C037D
Complementary color
Monochromatic Colors of #8C037D
Black with #8C037D
Text Example
Text Example
White with #8C037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C037D; }
p { color: rgb(140,3,125); }
H1.HeaderClassName
{
color: #8C037D;
}
.AnyTagClassName
{
color: #8C037D;
}
</style>
background-color css
<style>
a { background-color: #8C037D; }
a { background-color: rgb(140,3,125); }
div.DivClassName
{
background-color: #8C037D;
}
.BgClassName
{
background-color: #8C037D;
}
</style>
border-color css
<style>
span { border-color: #8C037D; }
span { border-color: rgb(140,3,125); }
td.TdClassName
{
border-color: #8C037D;
}
.TagClassName
{
border-color: #8C037D;
}
</style>