Html Css Color HEX #8D5B88 Trendy Pink

📋 copy color: '#8D5B88'

red 141 ◦ green 91 ◦ blue 136

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

Shades of Trendy Pink #8D5B88

Tints of Trendy Pink #8D5B88

RGB

 RED value IS 141 (55.47% from 255) = 38.32%

 GREEN value IS 91 (35.94% from 255) = 24.73%

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

R = 38.32%
G = 24.73%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D5B88 (or 0x8D5B88) is known color: Trendy Pink. HEX triplet: 8D, 5B and 88. RGB value is (141,91,136). Sum of RGB (Red+Green+Blue) = 141+91+136=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5B88 is #72A477. Grayscale: #6E6E6E. Windows color (decimal): -7513208 or 8936333. OLE color: 8936333.

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

Color convert

RGB 141 91 136 -
CMYK 0 0.35 0.04 0.45
HSL 306º 0.22% 0.45% -
HSV(B) 306º 0.35% 0.55% -
XYZ 19.17 14.92 25.16 -
YUV 111.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 141 91 136 0 0.35 0.04 0.45 306 0.22 0.45
Hex 8D 5B 88 0 23 4 2D 132 16 2D
Octal 215 133 210 0 43 4 55 462 26 55
Binary 10001101 1011011 10001000 0 100011 100 101101 100110010 10110 101101

Color Harmonies of #8D5B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5B88

Black with #8D5B88

Text Example


Text Example

White with #8D5B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,136); }

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

background-color css

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

 a { background-color: rgb(141,91,136); }

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

border-color css

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

 span { border-color: rgb(141,91,136); }

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