Html Css Color HEX #8F688B Trendy Pink

📋 copy color: '#8F688B'

red 143 ◦ green 104 ◦ blue 139

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

Shades of Trendy Pink #8F688B

Tints of Trendy Pink #8F688B

RGB

 RED value IS 143 (56.25% from 255) = 37.05%

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 37.05%
G = 26.94%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F688B (or 0x8F688B) is known color: Trendy Pink. HEX triplet: 8F, 68 and 8B. RGB value is (143,104,139). Sum of RGB (Red+Green+Blue) = 143+104+139=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F688B is #709774. Grayscale: #777777. Windows color (decimal): -7378805 or 9136271. OLE color: 9136271.

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

Color convert

RGB 143 104 139 -
CMYK 0 0.27 0.03 0.44
HSL 306.15º 0.16% 0.48% -
HSV(B) 306.15º 0.27% 0.56% -
XYZ 20.94 17.6 26.72 -
YUV 119.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 143 104 139 0 0.27 0.03 0.44 306.15 0.16 0.48
Hex 8F 68 8B 0 1B 3 2C 132 10 30
Octal 217 150 213 0 33 3 54 462 20 60
Binary 10001111 1101000 10001011 0 11011 11 101100 100110010 10000 110000

Color Harmonies of #8F688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F688B

Black with #8F688B

Text Example


Text Example

White with #8F688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,139); }

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

background-color css

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

 a { background-color: rgb(143,104,139); }

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

border-color css

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

 span { border-color: rgb(143,104,139); }

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