#83587E

Color #83587E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #83587E

Tints of Trendy Pink #83587E

Color information

#83587E (or 0x83587E) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 7E. RGB value is (131,88,126). Sum of RGB (Red+Green+Blue) = 131+88+126=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83587E is #7CA781. Grayscale: #696969. Windows color (decimal): -8169346 or 8280195. OLE color: 8280195.

HSL color Cylindrical-coordinate representation of color #83587E: hue angle of 306.98º 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 #83587E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13188126-
CMYK00.330.040.49
HSL306.98º19.63%42.94%-
HSV(B)306.98º32.82%51.37%-
XYZ16.6213.3121.43-
YUV105.19139.75146.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=37.97%
G=25.51%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318812600.330.040.49306.9819.6342.94
Hex83587E021431133142b
Octal2031301760414614632453
Binary1000001110110001111110010000110011000110011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83587E; }

 p { color: rgb(131,88,126); }

 H1.HeaderClassName
 {
   color: #83587E;
 }
 .AnyTagClassName
 {
   color: #83587E;
 }
</style>
background-color css

<style>
 a { background-color: #83587E; }

 a { background-color: rgb(131,88,126); }

 div.DivClassName
 {
   background-color: #83587E;
 }
 .BgClassName
 {
   background-color: #83587E;
 }
</style>
border-color css

<style>
 span { border-color: #83587E; }

 span { border-color: rgb(131,88,126); }

 td.TdClassName
 {
   border-color: #83587E;
 }
 .TagClassName
 {
   border-color: #83587E;
 }
</style>