Html Css Color HEX #8F507F Trendy Pink

📋 copy color: '#8F507F'

red 143 ◦ green 80 ◦ blue 127

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

Shades of Trendy Pink #8F507F

Tints of Trendy Pink #8F507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 40.86%
G = 22.86%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F507F (or 0x8F507F) is known color: Trendy Pink. HEX triplet: 8F, 50 and 7F. RGB value is (143,80,127). Sum of RGB (Red+Green+Blue) = 143+80+127=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F507F is #70AF80. Grayscale: #686868. Windows color (decimal): -7384961 or 8343695. OLE color: 8343695.

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

Color convert

RGB 143 80 127 -
CMYK 0 0.44 0.11 0.44
HSL 315.24º 0.28% 0.44% -
HSV(B) 315.24º 0.44% 0.56% -
XYZ 18.03 13.11 21.66 -
YUV 104.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 143 80 127 0 0.44 0.11 0.44 315.24 0.28 0.44
Hex 8F 50 7F 0 2C B 2C 13B 1C 2C
Octal 217 120 177 0 54 13 54 473 34 54
Binary 10001111 1010000 1111111 0 101100 1011 101100 100111011 11100 101100

Color Harmonies of #8F507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F507F

Black with #8F507F

Text Example


Text Example

White with #8F507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,80,127); }

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

background-color css

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

 a { background-color: rgb(143,80,127); }

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

border-color css

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

 span { border-color: rgb(143,80,127); }

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