Html Css Color HEX #8C5787 Trendy Pink

📋 copy color: '#8C5787'

red 140 ◦ green 87 ◦ blue 135

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

Shades of Trendy Pink #8C5787

Tints of Trendy Pink #8C5787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 38.67%
G = 24.03%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C5787 (or 0x8C5787) is known color: Trendy Pink. HEX triplet: 8C, 57 and 87. RGB value is (140,87,135). Sum of RGB (Red+Green+Blue) = 140+87+135=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5787 is #73A878. Grayscale: #6C6C6C. Windows color (decimal): -7579769 or 8869772. OLE color: 8869772.

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

Color convert

RGB 140 87 135 -
CMYK 0 0.38 0.04 0.45
HSL 305.66º 0.23% 0.45% -
HSV(B) 305.66º 0.38% 0.55% -
XYZ 18.6 14.14 24.67 -
YUV 108.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 140 87 135 0 0.38 0.04 0.45 305.66 0.23 0.45
Hex 8C 57 87 0 26 4 2D 132 17 2D
Octal 214 127 207 0 46 4 55 462 27 55
Binary 10001100 1010111 10000111 0 100110 100 101101 100110010 10111 101101

Color Harmonies of #8C5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5787

Black with #8C5787

Text Example


Text Example

White with #8C5787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,135); }

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

background-color css

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

 a { background-color: rgb(140,87,135); }

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

border-color css

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

 span { border-color: rgb(140,87,135); }

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