Shades of Purple #8C0A7B
Tints of Purple #8C0A7B
RGB
CMYK
RGB Variations
Color information
#8C0A7B (or 0x8C0A7B) is known color: Purple. HEX triplet: 8C, 0A and 7B. RGB value is (140,10,123). Sum of RGB (Red+Green+Blue) = 140+10+123=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A7B is #73F584. Grayscale: #3D3D3D. Windows color (decimal): -7599493 or 8063628. OLE color: 8063628.
HSL color Cylindrical-coordinate representation of color #8C0A7B: hue angle of 307.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A7B is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 123 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.45 |
| HSL | 307.85º | 0.87% | 0.29% | - |
| HSV(B) | 307.85º | 0.93% | 0.55% | - |
| XYZ | 14.5 | 7.22 | 19.37 | - |
| YUV | 61.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 123 | 0 | 0.93 | 0.12 | 0.45 | 307.85 | 0.87 | 0.29 |
| Hex | 8C | A | 7B | 0 | 5D | C | 2D | 134 | 57 | 1D |
| Octal | 214 | 12 | 173 | 0 | 135 | 14 | 55 | 464 | 127 | 35 |
| Binary | 10001100 | 1010 | 1111011 | 0 | 1011101 | 1100 | 101101 | 100110100 | 1010111 | 11101 |
Color Harmonies of #8C0A7B
Complementary color
Monochromatic Colors of #8C0A7B
Black with #8C0A7B
Text Example
Text Example
White with #8C0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A7B; }
p { color: rgb(140,10,123); }
H1.HeaderClassName
{
color: #8C0A7B;
}
.AnyTagClassName
{
color: #8C0A7B;
}
</style>
background-color css
<style>
a { background-color: #8C0A7B; }
a { background-color: rgb(140,10,123); }
div.DivClassName
{
background-color: #8C0A7B;
}
.BgClassName
{
background-color: #8C0A7B;
}
</style>
border-color css
<style>
span { border-color: #8C0A7B; }
span { border-color: rgb(140,10,123); }
td.TdClassName
{
border-color: #8C0A7B;
}
.TagClassName
{
border-color: #8C0A7B;
}
</style>