#83588C

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

Shades of Trendy Pink #83588C

Tints of Trendy Pink #83588C

Color information

#83588C (or 0x83588C) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 8C. RGB value is (131,88,140). Sum of RGB (Red+Green+Blue) = 131+88+140=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #83588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588C is #7CA773. Grayscale: #6A6A6A. Windows color (decimal): -8169332 or 9197699. OLE color: 9197699.

HSL color Cylindrical-coordinate representation of color #83588C: hue angle of 289.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83588C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13188140-
CMYK0.060.3700.45
HSL289.62º22.81%44.71%-
HSV(B)289.62º37.14%54.9%-
XYZ17.5813.726.53-
YUV106.78146.75145.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=36.49%
G=24.51%
B=39.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131881400.060.3700.45289.6222.8144.71
Hex83588C62502D122172d
Octal2031302146450554422755
Binary10000011101100010001100110100101010110110010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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