#93447C

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

Shades of Trendy Pink #93447C

Tints of Trendy Pink #93447C

Color information

#93447C (or 0x93447C) is unknown color: approx Trendy Pink. HEX triplet: 93, 44 and 7C. RGB value is (147,68,124). Sum of RGB (Red+Green+Blue) = 147+68+124=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93447C is #6CBB83. Grayscale: #616161. Windows color (decimal): -7125892 or 8144019. OLE color: 8144019.

HSL color Cylindrical-coordinate representation of color #93447C: hue angle of 317.47º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93447C is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14768124-
CMYK00.540.160.42
HSL317.47º36.74%42.16%-
HSV(B)317.47º53.74%57.65%-
XYZ17.7411.7920.41-
YUV98142.67162.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=43.36%
G=20.06%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476812400.540.160.42317.4736.7442.16
Hex93447C036102A13d252a
Octal22310417406620524754552
Binary1001001110001001111100011011010000101010100111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93447C; }

 p { color: rgb(147,68,124); }

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

<style>
 a { background-color: #93447C; }

 a { background-color: rgb(147,68,124); }

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

<style>
 span { border-color: #93447C; }

 span { border-color: rgb(147,68,124); }

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