Shades of Trendy Pink #8C4183
Tints of Trendy Pink #8C4183
RGB
CMYK
RGB Variations
Color information
#8C4183 (or 0x8C4183) is known color: Trendy Pink. HEX triplet: 8C, 41 and 83. RGB value is (140,65,131). Sum of RGB (Red+Green+Blue) = 140+65+131=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4183 is #73BE7C. Grayscale: #5E5E5E. Windows color (decimal): -7585405 or 8601996. OLE color: 8601996.
HSL color Cylindrical-coordinate representation of color #8C4183: hue angle of 307.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4183 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 131 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.45 |
| HSL | 307.2º | 0.37% | 0.4% | - |
| HSV(B) | 307.2º | 0.54% | 0.55% | - |
| XYZ | 16.8 | 10.99 | 22.71 | - |
| YUV | 94.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 131 | 0 | 0.54 | 0.06 | 0.45 | 307.2 | 0.37 | 0.4 |
| Hex | 8C | 41 | 83 | 0 | 36 | 6 | 2D | 133 | 25 | 28 |
| Octal | 214 | 101 | 203 | 0 | 66 | 6 | 55 | 463 | 45 | 50 |
| Binary | 10001100 | 1000001 | 10000011 | 0 | 110110 | 110 | 101101 | 100110011 | 100101 | 101000 |
Color Harmonies of #8C4183
Complementary color
Monochromatic Colors of #8C4183
Black with #8C4183
Text Example
Text Example
White with #8C4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4183; }
p { color: rgb(140,65,131); }
H1.HeaderClassName
{
color: #8C4183;
}
.AnyTagClassName
{
color: #8C4183;
}
</style>
background-color css
<style>
a { background-color: #8C4183; }
a { background-color: rgb(140,65,131); }
div.DivClassName
{
background-color: #8C4183;
}
.BgClassName
{
background-color: #8C4183;
}
</style>
border-color css
<style>
span { border-color: #8C4183; }
span { border-color: rgb(140,65,131); }
td.TdClassName
{
border-color: #8C4183;
}
.TagClassName
{
border-color: #8C4183;
}
</style>