Html Css Color HEX #8B5588 Trendy Pink

📋 copy color: '#8B5588'

red 139 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #8B5588

Tints of Trendy Pink #8B5588

RGB

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

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

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

R = 38.61%
G = 23.61%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B5588 (or 0x8B5588) is known color: Trendy Pink. HEX triplet: 8B, 55 and 88. RGB value is (139,85,136). Sum of RGB (Red+Green+Blue) = 139+85+136=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5588 is #74AA77. Grayscale: #6A6A6A. Windows color (decimal): -7645816 or 8934795. OLE color: 8934795.

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

Color convert

RGB 139 85 136 -
CMYK 0 0.39 0.02 0.45
HSL 303.33º 0.24% 0.44% -
HSV(B) 303.33º 0.39% 0.55% -
XYZ 18.34 13.76 24.98 -
YUV 106.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 139 85 136 0 0.39 0.02 0.45 303.33 0.24 0.44
Hex 8B 55 88 0 27 2 2D 12F 18 2C
Octal 213 125 210 0 47 2 55 457 30 54
Binary 10001011 1010101 10001000 0 100111 10 101101 100101111 11000 101100

Color Harmonies of #8B5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5588

Black with #8B5588

Text Example


Text Example

White with #8B5588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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