#93478B

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

Shades of Trendy Pink #93478B

Tints of Trendy Pink #93478B

Color information

#93478B (or 0x93478B) is unknown color: approx Trendy Pink. HEX triplet: 93, 47 and 8B. RGB value is (147,71,139). Sum of RGB (Red+Green+Blue) = 147+71+139=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93478B is #6CB874. Grayscale: #656565. Windows color (decimal): -7125109 or 9127827. OLE color: 9127827.

HSL color Cylindrical-coordinate representation of color #93478B: hue angle of 306.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93478B is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14771139-
CMYK00.520.050.42
HSL306.32º34.86%42.75%-
HSV(B)306.32º51.7%57.65%-
XYZ18.9512.5725.85-
YUV101.48149.18160.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=41.18%
G=19.89%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477113900.520.050.42306.3234.8642.75
Hex93478B03452A132232b
Octal2231072130645524624353
Binary100100111000111100010110110100101101010100110010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93478B; }

 p { color: rgb(147,71,139); }

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

<style>
 a { background-color: #93478B; }

 a { background-color: rgb(147,71,139); }

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

<style>
 span { border-color: #93478B; }

 span { border-color: rgb(147,71,139); }

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