Html Css Color HEX #8C5988 Trendy Pink

📋 copy color: '#8C5988'

red 140 ◦ green 89 ◦ blue 136

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

Shades of Trendy Pink #8C5988

Tints of Trendy Pink #8C5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.38%

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

R = 38.36%
G = 24.38%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C5988 (or 0x8C5988) is known color: Trendy Pink. HEX triplet: 8C, 59 and 88. RGB value is (140,89,136). Sum of RGB (Red+Green+Blue) = 140+89+136=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5988 is #73A677. Grayscale: #6D6D6D. Windows color (decimal): -7579256 or 8935820. OLE color: 8935820.

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

Color convert

RGB 140 89 136 -
CMYK 0 0.36 0.03 0.45
HSL 304.71º 0.22% 0.45% -
HSV(B) 304.71º 0.36% 0.55% -
XYZ 18.83 14.5 25.1 -
YUV 109.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 140 89 136 0 0.36 0.03 0.45 304.71 0.22 0.45
Hex 8C 59 88 0 24 3 2D 131 16 2D
Octal 214 131 210 0 44 3 55 461 26 55
Binary 10001100 1011001 10001000 0 100100 11 101101 100110001 10110 101101

Color Harmonies of #8C5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5988

Black with #8C5988

Text Example


Text Example

White with #8C5988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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