#83538A

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

Shades of Trendy Pink #83538A

Tints of Trendy Pink #83538A

Color information

#83538A (or 0x83538A) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 8A. RGB value is (131,83,138). Sum of RGB (Red+Green+Blue) = 131+83+138=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #83538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83538A is #7CAC75. Grayscale: #676767. Windows color (decimal): -8170614 or 9065347. OLE color: 9065347.

HSL color Cylindrical-coordinate representation of color #83538A: hue angle of 292.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83538A is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13183138-
CMYK0.050.4000.46
HSL292.36º24.89%43.33%-
HSV(B)292.36º39.86%54.12%-
XYZ17.0412.8525.63-
YUV103.62147.4147.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=37.22%
G=23.58%
B=39.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131831380.050.4000.46292.3624.8943.33
Hex83538A52802E124192b
Octal2031232125500564443153
Binary10000011101001110001010101101000010111010010010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83538A; }

 p { color: rgb(131,83,138); }

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

<style>
 a { background-color: #83538A; }

 a { background-color: rgb(131,83,138); }

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

<style>
 span { border-color: #83538A; }

 span { border-color: rgb(131,83,138); }

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