Shades of Purple #8C0274
Tints of Purple #8C0274
RGB
CMYK
RGB Variations
Color information
#8C0274 (or 0x8C0274) is known color: Purple. HEX triplet: 8C, 02 and 74. RGB value is (140,2,116). Sum of RGB (Red+Green+Blue) = 140+2+116=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0274 is #73FD8B. Grayscale: #373737. Windows color (decimal): -7601548 or 7602828. OLE color: 7602828.
HSL color Cylindrical-coordinate representation of color #8C0274: hue angle of 310.43º 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 #8C0274 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.45 |
| HSL | 310.43º | 0.97% | 0.28% | - |
| HSV(B) | 310.43º | 0.99% | 0.55% | - |
| XYZ | 13.99 | 6.88 | 17.11 | - |
| YUV | 56.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 116 | 0 | 0.99 | 0.17 | 0.45 | 310.43 | 0.97 | 0.28 |
| Hex | 8C | 2 | 74 | 0 | 63 | 11 | 2D | 136 | 61 | 1C |
| Octal | 214 | 2 | 164 | 0 | 143 | 21 | 55 | 466 | 141 | 34 |
| Binary | 10001100 | 10 | 1110100 | 0 | 1100011 | 10001 | 101101 | 100110110 | 1100001 | 11100 |
Color Harmonies of #8C0274
Complementary color
Monochromatic Colors of #8C0274
Black with #8C0274
Text Example
Text Example
White with #8C0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0274; }
p { color: rgb(140,2,116); }
H1.HeaderClassName
{
color: #8C0274;
}
.AnyTagClassName
{
color: #8C0274;
}
</style>
background-color css
<style>
a { background-color: #8C0274; }
a { background-color: rgb(140,2,116); }
div.DivClassName
{
background-color: #8C0274;
}
.BgClassName
{
background-color: #8C0274;
}
</style>
border-color css
<style>
span { border-color: #8C0274; }
span { border-color: rgb(140,2,116); }
td.TdClassName
{
border-color: #8C0274;
}
.TagClassName
{
border-color: #8C0274;
}
</style>