Html Css Color HEX #8A557E Trendy Pink

📋 copy color: '#8A557E'

red 138 ◦ green 85 ◦ blue 126

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

Shades of Trendy Pink #8A557E

Tints of Trendy Pink #8A557E

RGB

 RED value IS 138 (54.3% from 255) = 39.54%

 GREEN value IS 85 (33.59% from 255) = 24.36%

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

R = 39.54%
G = 24.36%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A557E (or 0x8A557E) is known color: Trendy Pink. HEX triplet: 8A, 55 and 7E. RGB value is (138,85,126). Sum of RGB (Red+Green+Blue) = 138+85+126=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A557E is #75AA81. Grayscale: #696969. Windows color (decimal): -7711362 or 8279434. OLE color: 8279434.

HSL color Cylindrical-coordinate representation of color #8A557E: hue angle of 313.58º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A557E is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 85 126 -
CMYK 0 0.38 0.09 0.46
HSL 313.58º 0.24% 0.44% -
HSV(B) 313.58º 0.38% 0.54% -
XYZ 17.5 13.41 21.4 -
YUV 105.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 138 85 126 0 0.38 0.09 0.46 313.58 0.24 0.44
Hex 8A 55 7E 0 26 9 2E 13A 18 2C
Octal 212 125 176 0 46 11 56 472 30 54
Binary 10001010 1010101 1111110 0 100110 1001 101110 100111010 11000 101100

Color Harmonies of #8A557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A557E

Black with #8A557E

Text Example


Text Example

White with #8A557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,126); }

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

background-color css

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

 a { background-color: rgb(138,85,126); }

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

border-color css

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

 span { border-color: rgb(138,85,126); }

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