Shades of Trendy Pink #816383
Tints of Trendy Pink #816383
RGB
CMYK
RGB Variations
Color information
#816383 (or 0x816383) is known color: Trendy Pink. HEX triplet: 81, 63 and 83. RGB value is (129,99,131). Sum of RGB (Red+Green+Blue) = 129+99+131=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #816383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816383 is #7E9C7C. Grayscale: #6F6F6F. Windows color (decimal): -8297597 or 8610689. OLE color: 8610689.
HSL color Cylindrical-coordinate representation of color #816383: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816383 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 131 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.49 |
| HSL | 296.25º | 0.14% | 0.45% | - |
| HSV(B) | 296.25º | 0.24% | 0.51% | - |
| XYZ | 17.61 | 15.23 | 23.48 | - |
| YUV | 111.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 131 | 0.02 | 0.24 | 0 | 0.49 | 296.25 | 0.14 | 0.45 |
| Hex | 81 | 63 | 83 | 2 | 18 | 0 | 31 | 128 | E | 2D |
| Octal | 201 | 143 | 203 | 2 | 30 | 0 | 61 | 450 | 16 | 55 |
| Binary | 10000001 | 1100011 | 10000011 | 10 | 11000 | 0 | 110001 | 100101000 | 1110 | 101101 |
Color Harmonies of #816383
Complementary color
Monochromatic Colors of #816383
Black with #816383
Text Example
Text Example
White with #816383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816383; }
p { color: rgb(129,99,131); }
H1.HeaderClassName
{
color: #816383;
}
.AnyTagClassName
{
color: #816383;
}
</style>
background-color css
<style>
a { background-color: #816383; }
a { background-color: rgb(129,99,131); }
div.DivClassName
{
background-color: #816383;
}
.BgClassName
{
background-color: #816383;
}
</style>
border-color css
<style>
span { border-color: #816383; }
span { border-color: rgb(129,99,131); }
td.TdClassName
{
border-color: #816383;
}
.TagClassName
{
border-color: #816383;
}
</style>