Html Css Color HEX #8D6A8C Trendy Pink

📋 copy color: '#8D6A8C'

red 141 ◦ green 106 ◦ blue 140

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

Shades of Trendy Pink #8D6A8C

Tints of Trendy Pink #8D6A8C

RGB

 RED value IS 141 (55.47% from 255) = 36.43%

 GREEN value IS 106 (41.8% from 255) = 27.39%

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

R = 36.43%
G = 27.39%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D6A8C (or 0x8D6A8C) is known color: Trendy Pink. HEX triplet: 8D, 6A and 8C. RGB value is (141,106,140). Sum of RGB (Red+Green+Blue) = 141+106+140=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6A8C is #729573. Grayscale: #787878. Windows color (decimal): -7509364 or 9202317. OLE color: 9202317.

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

Color convert

RGB 141 106 140 -
CMYK 0 0.25 0.01 0.45
HSL 301.71º 0.14% 0.48% -
HSV(B) 301.71º 0.25% 0.55% -
XYZ 20.87 17.86 27.16 -
YUV 120.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 141 106 140 0 0.25 0.01 0.45 301.71 0.14 0.48
Hex 8D 6A 8C 0 19 1 2D 12E E 30
Octal 215 152 214 0 31 1 55 456 16 60
Binary 10001101 1101010 10001100 0 11001 1 101101 100101110 1110 110000

Color Harmonies of #8D6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A8C

Black with #8D6A8C

Text Example


Text Example

White with #8D6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,140); }

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

background-color css

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

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

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

border-color css

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

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

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