Html Css Color HEX #8B507F Trendy Pink

📋 copy color: '#8B507F'

red 139 ◦ green 80 ◦ blue 127

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

Shades of Trendy Pink #8B507F

Tints of Trendy Pink #8B507F

RGB

 RED value IS 139 (54.69% from 255) = 40.17%

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

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

R = 40.17%
G = 23.12%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B507F (or 0x8B507F) is known color: Trendy Pink. HEX triplet: 8B, 50 and 7F. RGB value is (139,80,127). Sum of RGB (Red+Green+Blue) = 139+80+127=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B507F is #74AF80. Grayscale: #666666. Windows color (decimal): -7647105 or 8343691. OLE color: 8343691.

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

Color convert

RGB 139 80 127 -
CMYK 0 0.42 0.09 0.45
HSL 312.2º 0.27% 0.43% -
HSV(B) 312.2º 0.42% 0.55% -
XYZ 17.35 12.76 21.63 -
YUV 103 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 139 80 127 0 0.42 0.09 0.45 312.2 0.27 0.43
Hex 8B 50 7F 0 2A 9 2D 138 1B 2B
Octal 213 120 177 0 52 11 55 470 33 53
Binary 10001011 1010000 1111111 0 101010 1001 101101 100111000 11011 101011

Color Harmonies of #8B507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B507F

Black with #8B507F

Text Example


Text Example

White with #8B507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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