#83558B

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

Shades of Trendy Pink #83558B

Tints of Trendy Pink #83558B

Color information

#83558B (or 0x83558B) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 8B. RGB value is (131,85,139). Sum of RGB (Red+Green+Blue) = 131+85+139=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #83558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83558B is #7CAA74. Grayscale: #686868. Windows color (decimal): -8170101 or 9131395. OLE color: 9131395.

HSL color Cylindrical-coordinate representation of color #83558B: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83558B is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13185139-
CMYK0.060.3900.45
HSL291.11º24.11%43.92%-
HSV(B)291.11º38.85%54.51%-
XYZ17.2713.1926.06-
YUV104.91147.24146.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=36.90%
G=23.94%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131851390.060.3900.45291.1124.1143.92
Hex83558B62702D123182c
Octal2031252136470554433054
Binary10000011101010110001011110100111010110110010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83558B; }

 p { color: rgb(131,85,139); }

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

<style>
 a { background-color: #83558B; }

 a { background-color: rgb(131,85,139); }

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

<style>
 span { border-color: #83558B; }

 span { border-color: rgb(131,85,139); }

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