Html Css Color HEX #8C507D Trendy Pink

📋 copy color: '#8C507D'

red 140 ◦ green 80 ◦ blue 125

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

Shades of Trendy Pink #8C507D

Tints of Trendy Pink #8C507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 40.58%
G = 23.19%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C507D (or 0x8C507D) is known color: Trendy Pink. HEX triplet: 8C, 50 and 7D. RGB value is (140,80,125). Sum of RGB (Red+Green+Blue) = 140+80+125=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507D is #73AF82. Grayscale: #666666. Windows color (decimal): -7581571 or 8212620. OLE color: 8212620.

HSL color Cylindrical-coordinate representation of color #8C507D: hue angle of 315º 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 #8C507D is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 125 -
CMYK 0 0.43 0.11 0.45
HSL 315º 0.27% 0.43% -
HSV(B) 315º 0.43% 0.55% -
XYZ 17.39 12.79 20.96 -
YUV 103.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 140 80 125 0 0.43 0.11 0.45 315 0.27 0.43
Hex 8C 50 7D 0 2B B 2D 13B 1B 2B
Octal 214 120 175 0 53 13 55 473 33 53
Binary 10001100 1010000 1111101 0 101011 1011 101101 100111011 11011 101011

Color Harmonies of #8C507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C507D

Black with #8C507D

Text Example


Text Example

White with #8C507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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