Html Css Color HEX #8C6688 Trendy Pink

📋 copy color: '#8C6688'

red 140 ◦ green 102 ◦ blue 136

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

Shades of Trendy Pink #8C6688

Tints of Trendy Pink #8C6688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 37.04%
G = 26.98%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C6688 (or 0x8C6688) is known color: Trendy Pink. HEX triplet: 8C, 66 and 88. RGB value is (140,102,136). Sum of RGB (Red+Green+Blue) = 140+102+136=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6688 is #739977. Grayscale: #757575. Windows color (decimal): -7575928 or 8939148. OLE color: 8939148.

HSL color Cylindrical-coordinate representation of color #8C6688: hue angle of 306.32º 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 #8C6688 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 136 -
CMYK 0 0.27 0.03 0.45
HSL 306.32º 0.16% 0.47% -
HSV(B) 306.32º 0.27% 0.55% -
XYZ 20.01 16.86 25.49 -
YUV 117.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 140 102 136 0 0.27 0.03 0.45 306.32 0.16 0.47
Hex 8C 66 88 0 1B 3 2D 132 10 2F
Octal 214 146 210 0 33 3 55 462 20 57
Binary 10001100 1100110 10001000 0 11011 11 101101 100110010 10000 101111

Color Harmonies of #8C6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6688

Black with #8C6688

Text Example


Text Example

White with #8C6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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