Html Css Color HEX #8C6B8A Trendy Pink

📋 copy color: '#8C6B8A'

red 140 ◦ green 107 ◦ blue 138

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

Shades of Trendy Pink #8C6B8A

Tints of Trendy Pink #8C6B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

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

R = 36.36%
G = 27.79%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C6B8A (or 0x8C6B8A) is known color: Trendy Pink. HEX triplet: 8C, 6B and 8A. RGB value is (140,107,138). Sum of RGB (Red+Green+Blue) = 140+107+138=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B8A is #739475. Grayscale: #787878. Windows color (decimal): -7574646 or 9071500. OLE color: 9071500.

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

Color convert

RGB 140 107 138 -
CMYK 0 0.24 0.01 0.45
HSL 303.64º 0.13% 0.48% -
HSV(B) 303.64º 0.24% 0.55% -
XYZ 20.66 17.93 26.42 -
YUV 120.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 140 107 138 0 0.24 0.01 0.45 303.64 0.13 0.48
Hex 8C 6B 8A 0 18 1 2D 130 D 30
Octal 214 153 212 0 30 1 55 460 15 60
Binary 10001100 1101011 10001010 0 11000 1 101101 100110000 1101 110000

Color Harmonies of #8C6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B8A

Black with #8C6B8A

Text Example


Text Example

White with #8C6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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