Shades of Purple #8C0277
Tints of Purple #8C0277
RGB
CMYK
RGB Variations
Color information
#8C0277 (or 0x8C0277) is known color: Purple. HEX triplet: 8C, 02 and 77. RGB value is (140,2,119). Sum of RGB (Red+Green+Blue) = 140+2+119=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0277 is #73FD88. Grayscale: #383838. Windows color (decimal): -7601545 or 7799436. OLE color: 7799436.
HSL color Cylindrical-coordinate representation of color #8C0277: hue angle of 309.13º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0277 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.45 |
| HSL | 309.13º | 0.97% | 0.28% | - |
| HSV(B) | 309.13º | 0.99% | 0.55% | - |
| XYZ | 14.17 | 6.95 | 18.05 | - |
| YUV | 56.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 119 | 0 | 0.99 | 0.15 | 0.45 | 309.13 | 0.97 | 0.28 |
| Hex | 8C | 2 | 77 | 0 | 63 | F | 2D | 135 | 61 | 1C |
| Octal | 214 | 2 | 167 | 0 | 143 | 17 | 55 | 465 | 141 | 34 |
| Binary | 10001100 | 10 | 1110111 | 0 | 1100011 | 1111 | 101101 | 100110101 | 1100001 | 11100 |
Color Harmonies of #8C0277
Complementary color
Monochromatic Colors of #8C0277
Black with #8C0277
Text Example
Text Example
White with #8C0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0277; }
p { color: rgb(140,2,119); }
H1.HeaderClassName
{
color: #8C0277;
}
.AnyTagClassName
{
color: #8C0277;
}
</style>
background-color css
<style>
a { background-color: #8C0277; }
a { background-color: rgb(140,2,119); }
div.DivClassName
{
background-color: #8C0277;
}
.BgClassName
{
background-color: #8C0277;
}
</style>
border-color css
<style>
span { border-color: #8C0277; }
span { border-color: rgb(140,2,119); }
td.TdClassName
{
border-color: #8C0277;
}
.TagClassName
{
border-color: #8C0277;
}
</style>