Html Css Color HEX #8C4988 Trendy Pink

📋 copy color: '#8C4988'

red 140 ◦ green 73 ◦ blue 136

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

Shades of Trendy Pink #8C4988

Tints of Trendy Pink #8C4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 40.11%
G = 20.92%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C4988 (or 0x8C4988) is known color: Trendy Pink. HEX triplet: 8C, 49 and 88. RGB value is (140,73,136). Sum of RGB (Red+Green+Blue) = 140+73+136=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4988 is #73B677. Grayscale: #646464. Windows color (decimal): -7583352 or 8931724. OLE color: 8931724.

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

Color convert

RGB 140 73 136 -
CMYK 0 0.48 0.03 0.45
HSL 303.58º 0.31% 0.42% -
HSV(B) 303.58º 0.48% 0.55% -
XYZ 17.64 12.12 24.7 -
YUV 100.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 140 73 136 0 0.48 0.03 0.45 303.58 0.31 0.42
Hex 8C 49 88 0 30 3 2D 130 1F 2A
Octal 214 111 210 0 60 3 55 460 37 52
Binary 10001100 1001001 10001000 0 110000 11 101101 100110000 11111 101010

Color Harmonies of #8C4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4988

Black with #8C4988

Text Example


Text Example

White with #8C4988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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