#8A558C

Color #8A558C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8A558C

Tints of Trendy Pink #8A558C

Color information

#8A558C (or 0x8A558C) is unknown color: approx Trendy Pink. HEX triplet: 8A, 55 and 8C. RGB value is (138,85,140). Sum of RGB (Red+Green+Blue) = 138+85+140=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A558C is #75AA73. Grayscale: #6A6A6A. Windows color (decimal): -7711348 or 9196938. OLE color: 9196938.

HSL color Cylindrical-coordinate representation of color #8A558C: hue angle of 297.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A558C is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13885140-
CMYK0.010.3900.45
HSL297.82º24.44%44.12%-
HSV(B)297.82º39.29%54.9%-
XYZ18.4613.7926.5-
YUV107.12146.56150.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=38.02%
G=23.42%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138851400.010.3900.45297.8224.4444.12
Hex8A558C12702D12a182c
Octal2121252141470554523054
Binary100010101010101100011001100111010110110010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A558C;
 }
 .AnyTagClassName
 {
   color: #8A558C;
 }
</style>
background-color css

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

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

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

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

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

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