#8B508B

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

Shades of Trendy Pink #8B508B

Tints of Trendy Pink #8B508B

Color information

#8B508B (or 0x8B508B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 50 and 8B. RGB value is (139,80,139). Sum of RGB (Red+Green+Blue) = 139+80+139=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B508B is #74AF74. Grayscale: #686868. Windows color (decimal): -7647093 or 9130123. OLE color: 9130123.

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

Color convert

RGB13980139-
CMYK00.4200.45
HSL300º26.94%42.94%-
HSV(B)300º42.45%54.51%-
XYZ18.1813.0925.99-
YUV104.37147.55152.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=38.83%
G=22.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398013900.4200.4530026.9442.94
Hex8B508B02A02D12c1b2b
Octal2131202130520554543353
Binary100010111010000100010110101010010110110010110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,139); }

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

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

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

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

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

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

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