Html Css Color HEX #8C6F90 Trendy Pink

📋 copy color: '#8C6F90'

red 140 ◦ green 111 ◦ blue 144

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

Shades of Trendy Pink #8C6F90

Tints of Trendy Pink #8C6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 35.44%
G = 28.1%
B = 36.46%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C6F90 (or 0x8C6F90) is known color: Trendy Pink. HEX triplet: 8C, 6F and 90. RGB value is (140,111,144). Sum of RGB (Red+Green+Blue) = 140+111+144=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6F90 is #73906F. Grayscale: #7B7B7B. Windows color (decimal): -7573616 or 9465740. OLE color: 9465740.

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

Color convert

RGB 140 111 144 -
CMYK 0.03 0.23 0 0.44
HSL 292.73º 0.13% 0.5% -
HSV(B) 292.73º 0.23% 0.56% -
XYZ 21.53 18.96 28.91 -
YUV 123.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 140 111 144 0.03 0.23 0 0.44 292.73 0.13 0.5
Hex 8C 6F 90 3 17 0 2C 125 D 32
Octal 214 157 220 3 27 0 54 445 15 62
Binary 10001100 1101111 10010000 11 10111 0 101100 100100101 1101 110010

Color Harmonies of #8C6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6F90

Black with #8C6F90

Text Example


Text Example

White with #8C6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,144); }

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

background-color css

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

 a { background-color: rgb(140,111,144); }

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

border-color css

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

 span { border-color: rgb(140,111,144); }

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