#8B558A

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

Shades of Trendy Pink #8B558A

Tints of Trendy Pink #8B558A

Color information

#8B558A (or 0x8B558A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 8A. RGB value is (139,85,138). Sum of RGB (Red+Green+Blue) = 139+85+138=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B558A is #74AA75. Grayscale: #6B6B6B. Windows color (decimal): -7645814 or 9065867. OLE color: 9065867.

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

Color convert

RGB13985138-
CMYK00.390.010.45
HSL301.11º24.11%43.92%-
HSV(B)301.11º38.85%54.51%-
XYZ18.4813.8225.74-
YUV107.19145.39150.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=38.40%
G=23.48%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398513800.390.010.45301.1124.1143.92
Hex8B558A02712D12d182c
Octal2131252120471554553054
Binary100010111010101100010100100111110110110010110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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