#8B5689

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

Shades of Trendy Pink #8B5689

Tints of Trendy Pink #8B5689

Color information

#8B5689 (or 0x8B5689) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 89. RGB value is (139,86,137). Sum of RGB (Red+Green+Blue) = 139+86+137=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5689 is #74A976. Grayscale: #6B6B6B. Windows color (decimal): -7645559 or 9000587. OLE color: 9000587.

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

Color convert

RGB13986137-
CMYK00.380.010.45
HSL302.26º23.56%44.12%-
HSV(B)302.26º38.13%54.51%-
XYZ18.4913.9525.39-
YUV107.66144.56150.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=38.40%
G=23.76%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613700.380.010.45302.2623.5644.12
Hex8B568902612D12e182c
Octal2131262110461554563054
Binary100010111010110100010010100110110110110010111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,137); }

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

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

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

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

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

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

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