Html Css Color HEX #8C5E88 Trendy Pink

📋 copy color: '#8C5E88'

red 140 ◦ green 94 ◦ blue 136

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

Shades of Trendy Pink #8C5E88

Tints of Trendy Pink #8C5E88

RGB

 RED value IS 140 (55.08% from 255) = 37.84%

 GREEN value IS 94 (37.11% from 255) = 25.41%

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

R = 37.84%
G = 25.41%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C5E88 (or 0x8C5E88) is known color: Trendy Pink. HEX triplet: 8C, 5E and 88. RGB value is (140,94,136). Sum of RGB (Red+Green+Blue) = 140+94+136=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5E88 is #73A177. Grayscale: #707070. Windows color (decimal): -7577976 or 8937100. OLE color: 8937100.

HSL color Cylindrical-coordinate representation of color #8C5E88: hue angle of 305.22º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C5E88 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 94 136 -
CMYK 0 0.33 0.03 0.45
HSL 305.22º 0.2% 0.46% -
HSV(B) 305.22º 0.33% 0.55% -
XYZ 19.26 15.36 25.24 -
YUV 112.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 140 94 136 0 0.33 0.03 0.45 305.22 0.2 0.46
Hex 8C 5E 88 0 21 3 2D 131 14 2E
Octal 214 136 210 0 41 3 55 461 24 56
Binary 10001100 1011110 10001000 0 100001 11 101101 100110001 10100 101110

Color Harmonies of #8C5E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E88

Black with #8C5E88

Text Example


Text Example

White with #8C5E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,136); }

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

background-color css

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

 a { background-color: rgb(140,94,136); }

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

border-color css

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

 span { border-color: rgb(140,94,136); }

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