#90628C

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

Shades of Trendy Pink #90628C

Tints of Trendy Pink #90628C

Color information

#90628C (or 0x90628C) is unknown color: approx Trendy Pink. HEX triplet: 90, 62 and 8C. RGB value is (144,98,140). Sum of RGB (Red+Green+Blue) = 144+98+140=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90628C is #6F9D73. Grayscale: #747474. Windows color (decimal): -7314804 or 9200272. OLE color: 9200272.

HSL color Cylindrical-coordinate representation of color #90628C: hue angle of 305.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90628C is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14498140-
CMYK00.320.030.44
HSL305.22º19.01%47.45%-
HSV(B)305.22º31.94%56.47%-
XYZ20.616.5626.92-
YUV116.54141.24147.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=37.70%
G=25.65%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449814000.320.030.44305.2219.0147.45
Hex90628C02032C131132f
Octal2201422140403544612357
Binary1001000011000101000110001000001110110010011000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,98,140); }

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

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

 a { background-color: rgb(144,98,140); }

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

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

 span { border-color: rgb(144,98,140); }

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