Html Css Color HEX #8C478A Trendy Pink

📋 copy color: '#8C478A'

red 140 ◦ green 71 ◦ blue 138

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

Shades of Trendy Pink #8C478A

Tints of Trendy Pink #8C478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 40.11%
G = 20.34%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C478A (or 0x8C478A) is known color: Trendy Pink. HEX triplet: 8C, 47 and 8A. RGB value is (140,71,138). Sum of RGB (Red+Green+Blue) = 140+71+138=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C478A is #73B875. Grayscale: #636363. Windows color (decimal): -7583862 or 9062284. OLE color: 9062284.

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

Color convert

RGB 140 71 138 -
CMYK 0 0.49 0.01 0.45
HSL 301.74º 0.33% 0.41% -
HSV(B) 301.74º 0.49% 0.55% -
XYZ 17.66 11.92 25.41 -
YUV 99.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 140 71 138 0 0.49 0.01 0.45 301.74 0.33 0.41
Hex 8C 47 8A 0 31 1 2D 12E 21 29
Octal 214 107 212 0 61 1 55 456 41 51
Binary 10001100 1000111 10001010 0 110001 1 101101 100101110 100001 101001

Color Harmonies of #8C478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C478A

Black with #8C478A

Text Example


Text Example

White with #8C478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,138); }

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

background-color css

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

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

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

border-color css

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

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

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