#8B5593

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

Shades of Trendy Pink #8B5593

Tints of Trendy Pink #8B5593

Color information

#8B5593 (or 0x8B5593) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 93. RGB value is (139,85,147). Sum of RGB (Red+Green+Blue) = 139+85+147=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5593 is #74AA6C. Grayscale: #6C6C6C. Windows color (decimal): -7645805 or 9655691. OLE color: 9655691.

HSL color Cylindrical-coordinate representation of color #8B5593: hue angle of 292.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5593 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13985147-
CMYK0.050.4200.42
HSL292.26º26.72%45.49%-
HSV(B)292.26º42.18%57.65%-
XYZ19.1614.0929.31-
YUV108.21149.89149.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=37.47%
G=22.91%
B=39.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139851470.050.4200.42292.2626.7245.49
Hex8B559352A02A1241b2d
Octal2131252235520524443355
Binary10001011101010110010011101101010010101010010010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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