Html Css Color HEX #8B5488 Trendy Pink

📋 copy color: '#8B5488'

red 139 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #8B5488

Tints of Trendy Pink #8B5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 38.72%
G = 23.4%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B5488 (or 0x8B5488) is known color: Trendy Pink. HEX triplet: 8B, 54 and 88. RGB value is (139,84,136). Sum of RGB (Red+Green+Blue) = 139+84+136=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5488 is #74AB77. Grayscale: #6A6A6A. Windows color (decimal): -7646072 or 8934539. OLE color: 8934539.

HSL color Cylindrical-coordinate representation of color #8B5488: hue angle of 303.27º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5488 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 136 -
CMYK 0 0.40 0.02 0.45
HSL 303.27º 0.25% 0.44% -
HSV(B) 303.27º 0.4% 0.55% -
XYZ 18.26 13.61 24.96 -
YUV 106.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 139 84 136 0 0.40 0.02 0.45 303.27 0.25 0.44
Hex 8B 54 88 0 28 2 2D 12F 19 2C
Octal 213 124 210 0 50 2 55 457 31 54
Binary 10001011 1010100 10001000 0 101000 10 101101 100101111 11001 101100

Color Harmonies of #8B5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5488

Black with #8B5488

Text Example


Text Example

White with #8B5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,136); }

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

background-color css

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

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

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

border-color css

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

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

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