Shades of Purple #8C0275
Tints of Purple #8C0275
RGB
CMYK
RGB Variations
Color information
#8C0275 (or 0x8C0275) is known color: Purple. HEX triplet: 8C, 02 and 75. RGB value is (140,2,117). Sum of RGB (Red+Green+Blue) = 140+2+117=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0275 is #73FD8A. Grayscale: #383838. Windows color (decimal): -7601547 or 7668364. OLE color: 7668364.
HSL color Cylindrical-coordinate representation of color #8C0275: hue angle of 310º 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 #8C0275 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.45 |
| HSL | 310º | 0.97% | 0.28% | - |
| HSV(B) | 310º | 0.99% | 0.55% | - |
| XYZ | 14.05 | 6.9 | 17.42 | - |
| YUV | 56.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 117 | 0 | 0.99 | 0.16 | 0.45 | 310 | 0.97 | 0.28 |
| Hex | 8C | 2 | 75 | 0 | 63 | 10 | 2D | 136 | 61 | 1C |
| Octal | 214 | 2 | 165 | 0 | 143 | 20 | 55 | 466 | 141 | 34 |
| Binary | 10001100 | 10 | 1110101 | 0 | 1100011 | 10000 | 101101 | 100110110 | 1100001 | 11100 |
Color Harmonies of #8C0275
Complementary color
Monochromatic Colors of #8C0275
Black with #8C0275
Text Example
Text Example
White with #8C0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0275; }
p { color: rgb(140,2,117); }
H1.HeaderClassName
{
color: #8C0275;
}
.AnyTagClassName
{
color: #8C0275;
}
</style>
background-color css
<style>
a { background-color: #8C0275; }
a { background-color: rgb(140,2,117); }
div.DivClassName
{
background-color: #8C0275;
}
.BgClassName
{
background-color: #8C0275;
}
</style>
border-color css
<style>
span { border-color: #8C0275; }
span { border-color: rgb(140,2,117); }
td.TdClassName
{
border-color: #8C0275;
}
.TagClassName
{
border-color: #8C0275;
}
</style>