Shades of Trendy Pink #835D8D
Tints of Trendy Pink #835D8D
RGB
CMYK
RGB Variations
Color information
#835D8D (or 0x835D8D) is known color: Trendy Pink. HEX triplet: 83, 5D and 8D. RGB value is (131,93,141). Sum of RGB (Red+Green+Blue) = 131+93+141=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #835D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D8D is #7CA272. Grayscale: #6D6D6D. Windows color (decimal): -8168051 or 9264515. OLE color: 9264515.
HSL color Cylindrical-coordinate representation of color #835D8D: hue angle of 287.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835D8D is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 93 | 141 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.45 |
| HSL | 287.5º | 0.21% | 0.46% | - |
| HSV(B) | 287.5º | 0.34% | 0.55% | - |
| XYZ | 18.08 | 14.58 | 27.06 | - |
| YUV | 109.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 141 | 0.07 | 0.34 | 0 | 0.45 | 287.5 | 0.21 | 0.46 |
| Hex | 83 | 5D | 8D | 7 | 22 | 0 | 2D | 120 | 15 | 2E |
| Octal | 203 | 135 | 215 | 7 | 42 | 0 | 55 | 440 | 25 | 56 |
| Binary | 10000011 | 1011101 | 10001101 | 111 | 100010 | 0 | 101101 | 100100000 | 10101 | 101110 |
Color Harmonies of #835D8D
Complementary color
Monochromatic Colors of #835D8D
Black with #835D8D
Text Example
Text Example
White with #835D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D8D; }
p { color: rgb(131,93,141); }
H1.HeaderClassName
{
color: #835D8D;
}
.AnyTagClassName
{
color: #835D8D;
}
</style>
background-color css
<style>
a { background-color: #835D8D; }
a { background-color: rgb(131,93,141); }
div.DivClassName
{
background-color: #835D8D;
}
.BgClassName
{
background-color: #835D8D;
}
</style>
border-color css
<style>
span { border-color: #835D8D; }
span { border-color: rgb(131,93,141); }
td.TdClassName
{
border-color: #835D8D;
}
.TagClassName
{
border-color: #835D8D;
}
</style>