#93608A

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

Shades of Trendy Pink #93608A

Tints of Trendy Pink #93608A

Color information

#93608A (or 0x93608A) is unknown color: approx Trendy Pink. HEX triplet: 93, 60 and 8A. RGB value is (147,96,138). Sum of RGB (Red+Green+Blue) = 147+96+138=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #93608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93608A is #6C9F75. Grayscale: #737373. Windows color (decimal): -7118710 or 9068691. OLE color: 9068691.

HSL color Cylindrical-coordinate representation of color #93608A: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93608A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14796138-
CMYK00.350.060.42
HSL310.59º20.99%47.65%-
HSV(B)310.59º34.69%57.65%-
XYZ20.816.426.11-
YUV116.04140.4150.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=38.58%
G=25.20%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479613800.350.060.42310.5920.9947.65
Hex93608A02362A1371530
Octal2231402120436524672560
Binary10010011110000010001010010001111010101010011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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