#83457E

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

Shades of Trendy Pink #83457E

Tints of Trendy Pink #83457E

Color information

#83457E (or 0x83457E) is unknown color: approx Trendy Pink. HEX triplet: 83, 45 and 7E. RGB value is (131,69,126). Sum of RGB (Red+Green+Blue) = 131+69+126=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83457E is #7CBA81. Grayscale: #5D5D5D. Windows color (decimal): -8174210 or 8275331. OLE color: 8275331.

HSL color Cylindrical-coordinate representation of color #83457E: hue angle of 304.84º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83457E is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13169126-
CMYK00.470.040.49
HSL304.84º31%39.22%-
HSV(B)304.84º47.33%51.37%-
XYZ15.2510.5920.98-
YUV94.04146.04154.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=40.18%
G=21.17%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316912600.470.040.49304.843139.22
Hex83457E02F4311311f27
Octal2031051760574614613747
Binary1000001110001011111110010111110011000110011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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