#906A8A

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

Shades of Trendy Pink #906A8A

Tints of Trendy Pink #906A8A

Color information

#906A8A (or 0x906A8A) is unknown color: approx Trendy Pink. HEX triplet: 90, 6A and 8A. RGB value is (144,106,138). Sum of RGB (Red+Green+Blue) = 144+106+138=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #906A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A8A is #6F9575. Grayscale: #787878. Windows color (decimal): -7312758 or 9071248. OLE color: 9071248.

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

Color convert

RGB144106138-
CMYK00.260.040.44
HSL309.47º15.2%49.02%-
HSV(B)309.47º26.39%56.47%-
XYZ21.2418.0726.41-
YUV121.01137.59144.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=37.11%
G=27.32%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410613800.260.040.44309.4715.249.02
Hex906A8A01A42C135f31
Octal2201522120324544651761
Binary100100001101010100010100110101001011001001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A8A; }

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

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

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

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

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

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

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

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