Shades of Purple #8C027B
Tints of Purple #8C027B
RGB
CMYK
RGB Variations
Color information
#8C027B (or 0x8C027B) is known color: Purple. HEX triplet: 8C, 02 and 7B. RGB value is (140,2,123). Sum of RGB (Red+Green+Blue) = 140+2+123=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C027B is #73FD84. Grayscale: #383838. Windows color (decimal): -7601541 or 8061580. OLE color: 8061580.
HSL color Cylindrical-coordinate representation of color #8C027B: hue angle of 307.39º 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 #8C027B is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.45 |
| HSL | 307.39º | 0.97% | 0.28% | - |
| HSV(B) | 307.39º | 0.99% | 0.55% | - |
| XYZ | 14.41 | 7.05 | 19.34 | - |
| YUV | 57.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 123 | 0 | 0.99 | 0.12 | 0.45 | 307.39 | 0.97 | 0.28 |
| Hex | 8C | 2 | 7B | 0 | 63 | C | 2D | 133 | 61 | 1C |
| Octal | 214 | 2 | 173 | 0 | 143 | 14 | 55 | 463 | 141 | 34 |
| Binary | 10001100 | 10 | 1111011 | 0 | 1100011 | 1100 | 101101 | 100110011 | 1100001 | 11100 |
Color Harmonies of #8C027B
Complementary color
Monochromatic Colors of #8C027B
Black with #8C027B
Text Example
Text Example
White with #8C027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C027B; }
p { color: rgb(140,2,123); }
H1.HeaderClassName
{
color: #8C027B;
}
.AnyTagClassName
{
color: #8C027B;
}
</style>
background-color css
<style>
a { background-color: #8C027B; }
a { background-color: rgb(140,2,123); }
div.DivClassName
{
background-color: #8C027B;
}
.BgClassName
{
background-color: #8C027B;
}
</style>
border-color css
<style>
span { border-color: #8C027B; }
span { border-color: rgb(140,2,123); }
td.TdClassName
{
border-color: #8C027B;
}
.TagClassName
{
border-color: #8C027B;
}
</style>