Html Css Color HEX #8C507F Trendy Pink

📋 copy color: '#8C507F'

red 140 ◦ green 80 ◦ blue 127

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

Shades of Trendy Pink #8C507F

Tints of Trendy Pink #8C507F

RGB

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

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

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

R = 40.35%
G = 23.05%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C507F (or 0x8C507F) is known color: Trendy Pink. HEX triplet: 8C, 50 and 7F. RGB value is (140,80,127). Sum of RGB (Red+Green+Blue) = 140+80+127=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507F is #73AF80. Grayscale: #676767. Windows color (decimal): -7581569 or 8343692. OLE color: 8343692.

HSL color Cylindrical-coordinate representation of color #8C507F: hue angle of 313º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C507F is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 127 -
CMYK 0 0.43 0.09 0.45
HSL 313º 0.27% 0.43% -
HSV(B) 313º 0.43% 0.55% -
XYZ 17.51 12.85 21.63 -
YUV 103.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 140 80 127 0 0.43 0.09 0.45 313 0.27 0.43
Hex 8C 50 7F 0 2B 9 2D 139 1B 2B
Octal 214 120 177 0 53 11 55 471 33 53
Binary 10001100 1010000 1111111 0 101011 1001 101101 100111001 11011 101011

Color Harmonies of #8C507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C507F

Black with #8C507F

Text Example


Text Example

White with #8C507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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