#83588A

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

Shades of Trendy Pink #83588A

Tints of Trendy Pink #83588A

Color information

#83588A (or 0x83588A) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 8A. RGB value is (131,88,138). Sum of RGB (Red+Green+Blue) = 131+88+138=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #83588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588A is #7CA775. Grayscale: #6A6A6A. Windows color (decimal): -8169334 or 9066627. OLE color: 9066627.

HSL color Cylindrical-coordinate representation of color #83588A: hue angle of 291.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83588A is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13188138-
CMYK0.050.3600.46
HSL291.6º22.12%44.31%-
HSV(B)291.6º36.23%54.12%-
XYZ17.4413.6425.76-
YUV106.56145.75145.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=36.69%
G=24.65%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131881380.050.3600.46291.622.1244.31
Hex83588A52402E124162c
Octal2031302125440564442654
Binary10000011101100010001010101100100010111010010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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