Shades of Purple #8C0B7E
Tints of Purple #8C0B7E
RGB
CMYK
RGB Variations
Color information
#8C0B7E (or 0x8C0B7E) is known color: Purple. HEX triplet: 8C, 0B and 7E. RGB value is (140,11,126). Sum of RGB (Red+Green+Blue) = 140+11+126=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B7E is #73F481. Grayscale: #3E3E3E. Windows color (decimal): -7599234 or 8260492. OLE color: 8260492.
HSL color Cylindrical-coordinate representation of color #8C0B7E: hue angle of 306.51º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B7E is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 126 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.45 |
| HSL | 306.51º | 0.85% | 0.3% | - |
| HSV(B) | 306.51º | 0.92% | 0.55% | - |
| XYZ | 14.7 | 7.32 | 20.38 | - |
| YUV | 62.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 126 | 0 | 0.92 | 0.10 | 0.45 | 306.51 | 0.85 | 0.3 |
| Hex | 8C | B | 7E | 0 | 5C | A | 2D | 133 | 55 | 1E |
| Octal | 214 | 13 | 176 | 0 | 134 | 12 | 55 | 463 | 125 | 36 |
| Binary | 10001100 | 1011 | 1111110 | 0 | 1011100 | 1010 | 101101 | 100110011 | 1010101 | 11110 |
Color Harmonies of #8C0B7E
Complementary color
Monochromatic Colors of #8C0B7E
Black with #8C0B7E
Text Example
Text Example
White with #8C0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B7E; }
p { color: rgb(140,11,126); }
H1.HeaderClassName
{
color: #8C0B7E;
}
.AnyTagClassName
{
color: #8C0B7E;
}
</style>
background-color css
<style>
a { background-color: #8C0B7E; }
a { background-color: rgb(140,11,126); }
div.DivClassName
{
background-color: #8C0B7E;
}
.BgClassName
{
background-color: #8C0B7E;
}
</style>
border-color css
<style>
span { border-color: #8C0B7E; }
span { border-color: rgb(140,11,126); }
td.TdClassName
{
border-color: #8C0B7E;
}
.TagClassName
{
border-color: #8C0B7E;
}
</style>