#8B5788

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

Shades of Trendy Pink #8B5788

Tints of Trendy Pink #8B5788

Color information

#8B5788 (or 0x8B5788) is unknown color: approx Trendy Pink. HEX triplet: 8B, 57 and 88. RGB value is (139,87,136). Sum of RGB (Red+Green+Blue) = 139+87+136=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5788 is #74A877. Grayscale: #6B6B6B. Windows color (decimal): -7645304 or 8935307. OLE color: 8935307.

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

Color convert

RGB13987136-
CMYK00.370.020.45
HSL303.46º23.01%44.31%-
HSV(B)303.46º37.41%54.51%-
XYZ18.514.0825.04-
YUV108.13143.73150.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=38.40%
G=24.03%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398713600.370.020.45303.4623.0144.31
Hex8B578802522D12f172c
Octal2131272100452554572754
Binary1000101110101111000100001001011010110110010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5788; }

 p { color: rgb(139,87,136); }

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

<style>
 a { background-color: #8B5788; }

 a { background-color: rgb(139,87,136); }

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

<style>
 span { border-color: #8B5788; }

 span { border-color: rgb(139,87,136); }

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