#906389

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

Shades of Trendy Pink #906389

Tints of Trendy Pink #906389

Color information

#906389 (or 0x906389) is unknown color: approx Trendy Pink. HEX triplet: 90, 63 and 89. RGB value is (144,99,137). Sum of RGB (Red+Green+Blue) = 144+99+137=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #906389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906389 is #6F9C76. Grayscale: #747474. Windows color (decimal): -7314551 or 9003920. OLE color: 9003920.

HSL color Cylindrical-coordinate representation of color #906389: hue angle of 309.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906389 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14499137-
CMYK00.310.050.44
HSL309.33º18.52%47.65%-
HSV(B)309.33º31.25%56.47%-
XYZ20.4816.6625.8-
YUV116.79139.41147.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=37.89%
G=26.05%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449913700.310.050.44309.3318.5247.65
Hex90638901F52C1351330
Octal2201432110375544652360
Binary1001000011000111000100101111110110110010011010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906389; }

 p { color: rgb(144,99,137); }

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

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

 a { background-color: rgb(144,99,137); }

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

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

 span { border-color: rgb(144,99,137); }

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