Html Css Color HEX #8F507E Trendy Pink

📋 copy color: '#8F507E'

red 143 ◦ green 80 ◦ blue 126

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

Shades of Trendy Pink #8F507E

Tints of Trendy Pink #8F507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 40.97%
G = 22.92%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F507E (or 0x8F507E) is known color: Trendy Pink. HEX triplet: 8F, 50 and 7E. RGB value is (143,80,126). Sum of RGB (Red+Green+Blue) = 143+80+126=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F507E is #70AF81. Grayscale: #676767. Windows color (decimal): -7384962 or 8278159. OLE color: 8278159.

HSL color Cylindrical-coordinate representation of color #8F507E: hue angle of 316.19º 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 #8F507E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 80 126 -
CMYK 0 0.44 0.12 0.44
HSL 316.19º 0.28% 0.44% -
HSV(B) 316.19º 0.44% 0.56% -
XYZ 17.96 13.08 21.32 -
YUV 104.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 143 80 126 0 0.44 0.12 0.44 316.19 0.28 0.44
Hex 8F 50 7E 0 2C C 2C 13C 1C 2C
Octal 217 120 176 0 54 14 54 474 34 54
Binary 10001111 1010000 1111110 0 101100 1100 101100 100111100 11100 101100

Color Harmonies of #8F507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F507E

Black with #8F507E

Text Example


Text Example

White with #8F507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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