Html Css Color HEX #8C6689 Trendy Pink

📋 copy color: '#8C6689'

red 140 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #8C6689

Tints of Trendy Pink #8C6689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 36.94%
G = 26.91%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C6689 (or 0x8C6689) is known color: Trendy Pink. HEX triplet: 8C, 66 and 89. RGB value is (140,102,137). Sum of RGB (Red+Green+Blue) = 140+102+137=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6689 is #739976. Grayscale: #757575. Windows color (decimal): -7575927 or 9004684. OLE color: 9004684.

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

Color convert

RGB 140 102 137 -
CMYK 0 0.27 0.02 0.45
HSL 304.74º 0.16% 0.47% -
HSV(B) 304.74º 0.27% 0.55% -
XYZ 20.08 16.88 25.87 -
YUV 117.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 140 102 137 0 0.27 0.02 0.45 304.74 0.16 0.47
Hex 8C 66 89 0 1B 2 2D 131 10 2F
Octal 214 146 211 0 33 2 55 461 20 57
Binary 10001100 1100110 10001001 0 11011 10 101101 100110001 10000 101111

Color Harmonies of #8C6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6689

Black with #8C6689

Text Example


Text Example

White with #8C6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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