Shades of Purple #8C087B
Tints of Purple #8C087B
RGB
CMYK
RGB Variations
Color information
#8C087B (or 0x8C087B) is known color: Purple. HEX triplet: 8C, 08 and 7B. RGB value is (140,8,123). Sum of RGB (Red+Green+Blue) = 140+8+123=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C087B is #73F784. Grayscale: #3C3C3C. Windows color (decimal): -7600005 or 8063116. OLE color: 8063116.
HSL color Cylindrical-coordinate representation of color #8C087B: hue angle of 307.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C087B is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 123 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.45 |
| HSL | 307.73º | 0.89% | 0.29% | - |
| HSV(B) | 307.73º | 0.94% | 0.55% | - |
| XYZ | 14.48 | 7.18 | 19.36 | - |
| YUV | 60.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 123 | 0 | 0.94 | 0.12 | 0.45 | 307.73 | 0.89 | 0.29 |
| Hex | 8C | 8 | 7B | 0 | 5E | C | 2D | 134 | 59 | 1D |
| Octal | 214 | 10 | 173 | 0 | 136 | 14 | 55 | 464 | 131 | 35 |
| Binary | 10001100 | 1000 | 1111011 | 0 | 1011110 | 1100 | 101101 | 100110100 | 1011001 | 11101 |
Color Harmonies of #8C087B
Complementary color
Monochromatic Colors of #8C087B
Black with #8C087B
Text Example
Text Example
White with #8C087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C087B; }
p { color: rgb(140,8,123); }
H1.HeaderClassName
{
color: #8C087B;
}
.AnyTagClassName
{
color: #8C087B;
}
</style>
background-color css
<style>
a { background-color: #8C087B; }
a { background-color: rgb(140,8,123); }
div.DivClassName
{
background-color: #8C087B;
}
.BgClassName
{
background-color: #8C087B;
}
</style>
border-color css
<style>
span { border-color: #8C087B; }
span { border-color: rgb(140,8,123); }
td.TdClassName
{
border-color: #8C087B;
}
.TagClassName
{
border-color: #8C087B;
}
</style>