Html Css Color HEX #8C498C Trendy Pink

📋 copy color: '#8C498C'

red 140 ◦ green 73 ◦ blue 140

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

Shades of Trendy Pink #8C498C

Tints of Trendy Pink #8C498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 39.66%
G = 20.68%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C498C (or 0x8C498C) is known color: Trendy Pink. HEX triplet: 8C, 49 and 8C. RGB value is (140,73,140). Sum of RGB (Red+Green+Blue) = 140+73+140=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C498C is #73B673. Grayscale: #646464. Windows color (decimal): -7583348 or 9193868. OLE color: 9193868.

HSL color Cylindrical-coordinate representation of color #8C498C: hue angle of 300º 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 #8C498C is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 73 140 -
CMYK 0 0.48 0 0.45
HSL 300º 0.31% 0.42% -
HSV(B) 300º 0.48% 0.55% -
XYZ 17.93 12.23 26.23 -
YUV 100.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 140 73 140 0 0.48 0 0.45 300 0.31 0.42
Hex 8C 49 8C 0 30 0 2D 12C 1F 2A
Octal 214 111 214 0 60 0 55 454 37 52
Binary 10001100 1001001 10001100 0 110000 0 101101 100101100 11111 101010

Color Harmonies of #8C498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C498C

Black with #8C498C

Text Example


Text Example

White with #8C498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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