Html Css Color HEX #8C507B Trendy Pink

📋 copy color: '#8C507B'

red 140 ◦ green 80 ◦ blue 123

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

Shades of Trendy Pink #8C507B

Tints of Trendy Pink #8C507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 40.82%
G = 23.32%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C507B (or 0x8C507B) is known color: Trendy Pink. HEX triplet: 8C, 50 and 7B. RGB value is (140,80,123). Sum of RGB (Red+Green+Blue) = 140+80+123=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507B is #73AF84. Grayscale: #666666. Windows color (decimal): -7581573 or 8081548. OLE color: 8081548.

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

Color convert

RGB 140 80 123 -
CMYK 0 0.43 0.12 0.45
HSL 317º 0.27% 0.43% -
HSV(B) 317º 0.43% 0.55% -
XYZ 17.26 12.74 20.29 -
YUV 102.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 140 80 123 0 0.43 0.12 0.45 317 0.27 0.43
Hex 8C 50 7B 0 2B C 2D 13D 1B 2B
Octal 214 120 173 0 53 14 55 475 33 53
Binary 10001100 1010000 1111011 0 101011 1100 101101 100111101 11011 101011

Color Harmonies of #8C507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C507B

Black with #8C507B

Text Example


Text Example

White with #8C507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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