#93488A

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

Shades of Trendy Pink #93488A

Tints of Trendy Pink #93488A

Color information

#93488A (or 0x93488A) is unknown color: approx Trendy Pink. HEX triplet: 93, 48 and 8A. RGB value is (147,72,138). Sum of RGB (Red+Green+Blue) = 147+72+138=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93488A is #6CB775. Grayscale: #656565. Windows color (decimal): -7124854 or 9062547. OLE color: 9062547.

HSL color Cylindrical-coordinate representation of color #93488A: hue angle of 307.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93488A is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14772138-
CMYK00.510.060.42
HSL307.2º34.25%42.94%-
HSV(B)307.2º51.02%57.65%-
XYZ18.9412.6725.49-
YUV101.95148.35160.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=41.18%
G=20.17%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477213800.510.060.42307.234.2542.94
Hex93488A03362A133222b
Octal2231102120636524634253
Binary100100111001000100010100110011110101010100110011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93488A; }

 p { color: rgb(147,72,138); }

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

<style>
 a { background-color: #93488A; }

 a { background-color: rgb(147,72,138); }

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

<style>
 span { border-color: #93488A; }

 span { border-color: rgb(147,72,138); }

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