#93488C

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

Shades of Trendy Pink #93488C

Tints of Trendy Pink #93488C

Color information

#93488C (or 0x93488C) is unknown color: approx Trendy Pink. HEX triplet: 93, 48 and 8C. RGB value is (147,72,140). Sum of RGB (Red+Green+Blue) = 147+72+140=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93488C is #6CB773. Grayscale: #656565. Windows color (decimal): -7124852 or 9193619. OLE color: 9193619.

HSL color Cylindrical-coordinate representation of color #93488C: hue angle of 305.6º 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 #93488C is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14772140-
CMYK00.510.050.42
HSL305.6º34.25%42.94%-
HSV(B)305.6º51.02%57.65%-
XYZ19.0812.7326.26-
YUV102.18149.35159.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=40.95%
G=20.06%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477214000.510.050.42305.634.2542.94
Hex93488C03352A132222b
Octal2231102140635524624253
Binary100100111001000100011000110011101101010100110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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