#93468B

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

Shades of Trendy Pink #93468B

Tints of Trendy Pink #93468B

Color information

#93468B (or 0x93468B) is unknown color: approx Trendy Pink. HEX triplet: 93, 46 and 8B. RGB value is (147,70,139). Sum of RGB (Red+Green+Blue) = 147+70+139=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93468B is #6CB974. Grayscale: #646464. Windows color (decimal): -7125365 or 9127571. OLE color: 9127571.

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

Color convert

RGB14770139-
CMYK00.520.050.42
HSL306.23º35.48%42.55%-
HSV(B)306.23º52.38%57.65%-
XYZ18.8812.4525.83-
YUV100.89149.51160.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=41.29%
G=19.66%
B=39.04%

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
Decimal1477013900.520.050.42306.2335.4842.55
Hex93468B03452A132232b
Octal2231062130645524624353
Binary100100111000110100010110110100101101010100110010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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