Shades of Trendy Pink #815883
Tints of Trendy Pink #815883
RGB
CMYK
RGB Variations
Color information
#815883 (or 0x815883) is known color: Trendy Pink. HEX triplet: 81, 58 and 83. RGB value is (129,88,131). Sum of RGB (Red+Green+Blue) = 129+88+131=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #815883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815883 is #7EA77C. Grayscale: #696969. Windows color (decimal): -8300413 or 8607873. OLE color: 8607873.
HSL color Cylindrical-coordinate representation of color #815883: hue angle of 297.21º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815883 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 131 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.49 |
| HSL | 297.21º | 0.2% | 0.43% | - |
| HSV(B) | 297.21º | 0.33% | 0.51% | - |
| XYZ | 16.64 | 13.29 | 23.16 | - |
| YUV | 105.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 131 | 0.02 | 0.33 | 0 | 0.49 | 297.21 | 0.2 | 0.43 |
| Hex | 81 | 58 | 83 | 2 | 21 | 0 | 31 | 129 | 14 | 2B |
| Octal | 201 | 130 | 203 | 2 | 41 | 0 | 61 | 451 | 24 | 53 |
| Binary | 10000001 | 1011000 | 10000011 | 10 | 100001 | 0 | 110001 | 100101001 | 10100 | 101011 |
Color Harmonies of #815883
Complementary color
Monochromatic Colors of #815883
Black with #815883
Text Example
Text Example
White with #815883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815883; }
p { color: rgb(129,88,131); }
H1.HeaderClassName
{
color: #815883;
}
.AnyTagClassName
{
color: #815883;
}
</style>
background-color css
<style>
a { background-color: #815883; }
a { background-color: rgb(129,88,131); }
div.DivClassName
{
background-color: #815883;
}
.BgClassName
{
background-color: #815883;
}
</style>
border-color css
<style>
span { border-color: #815883; }
span { border-color: rgb(129,88,131); }
td.TdClassName
{
border-color: #815883;
}
.TagClassName
{
border-color: #815883;
}
</style>