#93498A

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

Shades of Trendy Pink #93498A

Tints of Trendy Pink #93498A

Color information

#93498A (or 0x93498A) is unknown color: approx Trendy Pink. HEX triplet: 93, 49 and 8A. RGB value is (147,73,138). Sum of RGB (Red+Green+Blue) = 147+73+138=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93498A is #6CB675. Grayscale: #666666. Windows color (decimal): -7124598 or 9062803. OLE color: 9062803.

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

Color convert

RGB14773138-
CMYK00.500.060.42
HSL307.3º33.64%43.14%-
HSV(B)307.3º50.34%57.65%-
XYZ1912.825.51-
YUV102.54148.02159.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=41.06%
G=20.39%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477313800.500.060.42307.333.6443.14
Hex93498A03262A133222b
Octal2231112120626524634253
Binary100100111001001100010100110010110101010100110011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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