Html Css Color HEX #8D6D8E Trendy Pink

📋 copy color: '#8D6D8E'

red 141 ◦ green 109 ◦ blue 142

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

Shades of Trendy Pink #8D6D8E

Tints of Trendy Pink #8D6D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 35.97%
G = 27.81%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D6D8E (or 0x8D6D8E) is known color: Trendy Pink. HEX triplet: 8D, 6D and 8E. RGB value is (141,109,142). Sum of RGB (Red+Green+Blue) = 141+109+142=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D6D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D8E is #729271. Grayscale: #7A7A7A. Windows color (decimal): -7508594 or 9334157. OLE color: 9334157.

HSL color Cylindrical-coordinate representation of color #8D6D8E: hue angle of 298.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6D8E is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 109 142 -
CMYK 0.01 0.23 0 0.44
HSL 298.18º 0.13% 0.49% -
HSV(B) 298.18º 0.23% 0.56% -
XYZ 21.34 18.55 28.05 -
YUV 122.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 141 109 142 0.01 0.23 0 0.44 298.18 0.13 0.49
Hex 8D 6D 8E 1 17 0 2C 12A D 31
Octal 215 155 216 1 27 0 54 452 15 61
Binary 10001101 1101101 10001110 1 10111 0 101100 100101010 1101 110001

Color Harmonies of #8D6D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6D8E

Black with #8D6D8E

Text Example


Text Example

White with #8D6D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,109,142); }

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

background-color css

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

 a { background-color: rgb(141,109,142); }

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

border-color css

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

 span { border-color: rgb(141,109,142); }

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