Html Css Color HEX #8B5589 Trendy Pink

📋 copy color: '#8B5589'

red 139 ◦ green 85 ◦ blue 137

#8B5589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #8B5589

Tints of Trendy Pink #8B5589

RGB

 RED value IS 139 (54.69% from 255) = 38.5%

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 38.5%
G = 23.55%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B5589 (or 0x8B5589) is known color: Trendy Pink. HEX triplet: 8B, 55 and 89. RGB value is (139,85,137). Sum of RGB (Red+Green+Blue) = 139+85+137=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5589 is #74AA76. Grayscale: #6A6A6A. Windows color (decimal): -7645815 or 9000331. OLE color: 9000331.

HSL color Cylindrical-coordinate representation of color #8B5589: hue angle of 302.22º 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 #8B5589 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 85 137 -
CMYK 0 0.39 0.01 0.45
HSL 302.22º 0.24% 0.44% -
HSV(B) 302.22º 0.39% 0.55% -
XYZ 18.41 13.79 25.36 -
YUV 107.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 139 85 137 0 0.39 0.01 0.45 302.22 0.24 0.44
Hex 8B 55 89 0 27 1 2D 12E 18 2C
Octal 213 125 211 0 47 1 55 456 30 54
Binary 10001011 1010101 10001001 0 100111 1 101101 100101110 11000 101100

Color Harmonies of #8B5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5589

Black with #8B5589

Text Example


Text Example

White with #8B5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B5589;
 }
 .AnyTagClassName
 {
   color: #8B5589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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