#93468A

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

Shades of Trendy Pink #93468A

Tints of Trendy Pink #93468A

Color information

#93468A (or 0x93468A) is unknown color: approx Trendy Pink. HEX triplet: 93, 46 and 8A. RGB value is (147,70,138). Sum of RGB (Red+Green+Blue) = 147+70+138=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93468A is #6CB975. Grayscale: #646464. Windows color (decimal): -7125366 or 9062035. OLE color: 9062035.

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

Color convert

RGB14770138-
CMYK00.520.060.42
HSL307.01º35.48%42.55%-
HSV(B)307.01º52.38%57.65%-
XYZ18.8112.4225.45-
YUV100.78149.01160.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=41.41%
G=19.72%
B=38.87%

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
Decimal1477013800.520.060.42307.0135.4842.55
Hex93468A03462A133232b
Octal2231062120646524634353
Binary100100111000110100010100110100110101010100110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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