#93478A

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

Shades of Trendy Pink #93478A

Tints of Trendy Pink #93478A

Color information

#93478A (or 0x93478A) is unknown color: approx Trendy Pink. HEX triplet: 93, 47 and 8A. RGB value is (147,71,138). Sum of RGB (Red+Green+Blue) = 147+71+138=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93478A is #6CB875. Grayscale: #656565. Windows color (decimal): -7125110 or 9062291. OLE color: 9062291.

HSL color Cylindrical-coordinate representation of color #93478A: hue angle of 307.11º 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 #93478A is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14771138-
CMYK00.520.060.42
HSL307.11º34.86%42.75%-
HSV(B)307.11º51.7%57.65%-
XYZ18.8712.5425.47-
YUV101.36148.68160.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=41.29%
G=19.94%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477113800.520.060.42307.1134.8642.75
Hex93478A03462A133232b
Octal2231072120646524634353
Binary100100111000111100010100110100110101010100110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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