Html Css Color HEX #8C5E8A Trendy Pink

📋 copy color: '#8C5E8A'

red 140 ◦ green 94 ◦ blue 138

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

Shades of Trendy Pink #8C5E8A

Tints of Trendy Pink #8C5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 37.63%
G = 25.27%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C5E8A (or 0x8C5E8A) is known color: Trendy Pink. HEX triplet: 8C, 5E and 8A. RGB value is (140,94,138). Sum of RGB (Red+Green+Blue) = 140+94+138=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5E8A is #73A175. Grayscale: #707070. Windows color (decimal): -7577974 or 9068172. OLE color: 9068172.

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

Color convert

RGB 140 94 138 -
CMYK 0 0.33 0.01 0.45
HSL 302.61º 0.2% 0.46% -
HSV(B) 302.61º 0.33% 0.55% -
XYZ 19.41 15.42 26 -
YUV 112.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 140 94 138 0 0.33 0.01 0.45 302.61 0.2 0.46
Hex 8C 5E 8A 0 21 1 2D 12F 14 2E
Octal 214 136 212 0 41 1 55 457 24 56
Binary 10001100 1011110 10001010 0 100001 1 101101 100101111 10100 101110

Color Harmonies of #8C5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E8A

Black with #8C5E8A

Text Example


Text Example

White with #8C5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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