#83588D

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

Shades of Trendy Pink #83588D

Tints of Trendy Pink #83588D

Color information

#83588D (or 0x83588D) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 8D. RGB value is (131,88,141). Sum of RGB (Red+Green+Blue) = 131+88+141=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #83588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588D is #7CA772. Grayscale: #6A6A6A. Windows color (decimal): -8169331 or 9263235. OLE color: 9263235.

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

Color convert

RGB13188141-
CMYK0.070.3800.45
HSL288.68º23.14%44.9%-
HSV(B)288.68º37.59%55.29%-
XYZ17.6613.7326.92-
YUV106.9147.25145.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=36.39%
G=24.44%
B=39.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131881410.070.3800.45288.6823.1444.9
Hex83588D72602D121172d
Octal2031302157460554412755
Binary10000011101100010001101111100110010110110010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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