#90477A

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

Shades of Trendy Pink #90477A

Tints of Trendy Pink #90477A

Color information

#90477A (or 0x90477A) is unknown color: approx Trendy Pink. HEX triplet: 90, 47 and 7A. RGB value is (144,71,122). Sum of RGB (Red+Green+Blue) = 144+71+122=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90477A is #6FB885. Grayscale: #626262. Windows color (decimal): -7321734 or 8013712. OLE color: 8013712.

HSL color Cylindrical-coordinate representation of color #90477A: hue angle of 318.08º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90477A is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14471122-
CMYK00.510.150.44
HSL318.08º33.95%42.16%-
HSV(B)318.08º50.69%56.47%-
XYZ17.2711.8419.79-
YUV98.64141.18160.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=42.73%
G=21.07%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447112200.510.150.44318.0833.9542.16
Hex90477A033F2C13e222a
Octal22010717206317544764252
Binary100100001000111111101001100111111101100100111110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,71,122); }

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

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

 a { background-color: rgb(144,71,122); }

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

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

 span { border-color: rgb(144,71,122); }

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