#8D538E

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

Shades of Trendy Pink #8D538E

Tints of Trendy Pink #8D538E

Color information

#8D538E (or 0x8D538E) is unknown color: approx Trendy Pink. HEX triplet: 8D, 53 and 8E. RGB value is (141,83,142). Sum of RGB (Red+Green+Blue) = 141+83+142=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D538E is #72AC71. Grayscale: #6A6A6A. Windows color (decimal): -7515250 or 9327501. OLE color: 9327501.

HSL color Cylindrical-coordinate representation of color #8D538E: hue angle of 298.98º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D538E is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14183142-
CMYK0.010.4200.44
HSL298.98º26.22%44.12%-
HSV(B)298.98º41.55%55.69%-
XYZ18.9613.827.26-
YUV107.07147.72152.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=38.52%
G=22.68%
B=38.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141831420.010.4200.44298.9826.2244.12
Hex8D538E12A02C12b1a2c
Octal2151232161520544533254
Binary100011011010011100011101101010010110010010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,142); }

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

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

 a { background-color: rgb(141,83,142); }

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

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

 span { border-color: rgb(141,83,142); }

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