#90688A

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

Shades of Trendy Pink #90688A

Tints of Trendy Pink #90688A

Color information

#90688A (or 0x90688A) is unknown color: approx Trendy Pink. HEX triplet: 90, 68 and 8A. RGB value is (144,104,138). Sum of RGB (Red+Green+Blue) = 144+104+138=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90688A is #6F9775. Grayscale: #777777. Windows color (decimal): -7313270 or 9070736. OLE color: 9070736.

HSL color Cylindrical-coordinate representation of color #90688A: hue angle of 309º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90688A is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB144104138-
CMYK00.280.040.44
HSL309º16.13%48.63%-
HSV(B)309º27.78%56.47%-
XYZ21.0417.6626.35-
YUV119.84138.25145.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=37.31%
G=26.94%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410413800.280.040.4430916.1348.63
Hex90688A01C42C1351031
Octal2201502120344544652061
Binary1001000011010001000101001110010010110010011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,104,138); }

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

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

 a { background-color: rgb(144,104,138); }

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

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

 span { border-color: rgb(144,104,138); }

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