Html Css Color HEX #8C6687 Trendy Pink

📋 copy color: '#8C6687'

red 140 ◦ green 102 ◦ blue 135

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

Shades of Trendy Pink #8C6687

Tints of Trendy Pink #8C6687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 37.14%
G = 27.06%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C6687 (or 0x8C6687) is known color: Trendy Pink. HEX triplet: 8C, 66 and 87. RGB value is (140,102,135). Sum of RGB (Red+Green+Blue) = 140+102+135=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6687 is #739978. Grayscale: #757575. Windows color (decimal): -7575929 or 8873612. OLE color: 8873612.

HSL color Cylindrical-coordinate representation of color #8C6687: hue angle of 307.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6687 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 135 -
CMYK 0 0.27 0.04 0.45
HSL 307.89º 0.16% 0.47% -
HSV(B) 307.89º 0.27% 0.55% -
XYZ 19.94 16.83 25.12 -
YUV 117.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 140 102 135 0 0.27 0.04 0.45 307.89 0.16 0.47
Hex 8C 66 87 0 1B 4 2D 134 10 2F
Octal 214 146 207 0 33 4 55 464 20 57
Binary 10001100 1100110 10000111 0 11011 100 101101 100110100 10000 101111

Color Harmonies of #8C6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6687

Black with #8C6687

Text Example


Text Example

White with #8C6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,102,135); }

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

background-color css

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

 a { background-color: rgb(140,102,135); }

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

border-color css

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

 span { border-color: rgb(140,102,135); }

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