Shades of Trendy Pink #83427B
Tints of Trendy Pink #83427B
RGB
CMYK
RGB Variations
Color information
#83427B (or 0x83427B) is known color: Trendy Pink. HEX triplet: 83, 42 and 7B. RGB value is (131,66,123). Sum of RGB (Red+Green+Blue) = 131+66+123=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83427B is #7CBD84. Grayscale: #5B5B5B. Windows color (decimal): -8174981 or 8077955. OLE color: 8077955.
HSL color Cylindrical-coordinate representation of color #83427B: hue angle of 307.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83427B is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 123 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.49 |
| HSL | 307.38º | 0.33% | 0.39% | - |
| HSV(B) | 307.38º | 0.5% | 0.51% | - |
| XYZ | 14.88 | 10.15 | 19.91 | - |
| YUV | 91.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 123 | 0 | 0.50 | 0.06 | 0.49 | 307.38 | 0.33 | 0.39 |
| Hex | 83 | 42 | 7B | 0 | 32 | 6 | 31 | 133 | 21 | 27 |
| Octal | 203 | 102 | 173 | 0 | 62 | 6 | 61 | 463 | 41 | 47 |
| Binary | 10000011 | 1000010 | 1111011 | 0 | 110010 | 110 | 110001 | 100110011 | 100001 | 100111 |
Color Harmonies of #83427B
Complementary color
Monochromatic Colors of #83427B
Black with #83427B
Text Example
Text Example
White with #83427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83427B; }
p { color: rgb(131,66,123); }
H1.HeaderClassName
{
color: #83427B;
}
.AnyTagClassName
{
color: #83427B;
}
</style>
background-color css
<style>
a { background-color: #83427B; }
a { background-color: rgb(131,66,123); }
div.DivClassName
{
background-color: #83427B;
}
.BgClassName
{
background-color: #83427B;
}
</style>
border-color css
<style>
span { border-color: #83427B; }
span { border-color: rgb(131,66,123); }
td.TdClassName
{
border-color: #83427B;
}
.TagClassName
{
border-color: #83427B;
}
</style>