Shades of Trendy Pink #8C6692
Tints of Trendy Pink #8C6692
RGB
CMYK
RGB Variations
Color information
#8C6692 (or 0x8C6692) is known color: Trendy Pink. HEX triplet: 8C, 66 and 92. RGB value is (140,102,146). Sum of RGB (Red+Green+Blue) = 140+102+146=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6692 is #73996D. Grayscale: #767676. Windows color (decimal): -7575918 or 9594508. OLE color: 9594508.
HSL color Cylindrical-coordinate representation of color #8C6692: hue angle of 291.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6692 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 102 | 146 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.43 |
| HSL | 291.82º | 0.18% | 0.49% | - |
| HSV(B) | 291.82º | 0.3% | 0.57% | - |
| XYZ | 20.75 | 17.15 | 29.41 | - |
| YUV | 118.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 146 | 0.04 | 0.30 | 0 | 0.43 | 291.82 | 0.18 | 0.49 |
| Hex | 8C | 66 | 92 | 4 | 1E | 0 | 2B | 124 | 12 | 31 |
| Octal | 214 | 146 | 222 | 4 | 36 | 0 | 53 | 444 | 22 | 61 |
| Binary | 10001100 | 1100110 | 10010010 | 100 | 11110 | 0 | 101011 | 100100100 | 10010 | 110001 |
Color Harmonies of #8C6692
Complementary color
Monochromatic Colors of #8C6692
Black with #8C6692
Text Example
Text Example
White with #8C6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6692; }
p { color: rgb(140,102,146); }
H1.HeaderClassName
{
color: #8C6692;
}
.AnyTagClassName
{
color: #8C6692;
}
</style>
background-color css
<style>
a { background-color: #8C6692; }
a { background-color: rgb(140,102,146); }
div.DivClassName
{
background-color: #8C6692;
}
.BgClassName
{
background-color: #8C6692;
}
</style>
border-color css
<style>
span { border-color: #8C6692; }
span { border-color: rgb(140,102,146); }
td.TdClassName
{
border-color: #8C6692;
}
.TagClassName
{
border-color: #8C6692;
}
</style>