#906589

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

Shades of Trendy Pink #906589

Tints of Trendy Pink #906589

Color information

#906589 (or 0x906589) is unknown color: approx Trendy Pink. HEX triplet: 90, 65 and 89. RGB value is (144,101,137). Sum of RGB (Red+Green+Blue) = 144+101+137=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #906589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906589 is #6F9A76. Grayscale: #757575. Windows color (decimal): -7314039 or 9004432. OLE color: 9004432.

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

Color convert

RGB144101137-
CMYK00.300.050.44
HSL309.77º17.55%48.04%-
HSV(B)309.77º29.86%56.47%-
XYZ20.6717.0425.87-
YUV117.96138.75146.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=37.70%
G=26.44%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410113700.300.050.44309.7717.5548.04
Hex90658901E52C1361230
Octal2201452110365544662260
Binary1001000011001011000100101111010110110010011011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906589; }

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

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

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

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

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

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

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

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