#906F8D

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

Shades of Trendy Pink #906F8D

Tints of Trendy Pink #906F8D

Color information

#906F8D (or 0x906F8D) is unknown color: approx Trendy Pink. HEX triplet: 90, 6F and 8D. RGB value is (144,111,141). Sum of RGB (Red+Green+Blue) = 144+111+141=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #906F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906F8D is #6F9072. Grayscale: #7C7C7C. Windows color (decimal): -7311475 or 9269136. OLE color: 9269136.

HSL color Cylindrical-coordinate representation of color #906F8D: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F8D is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB144111141-
CMYK00.230.020.44
HSL305.45º12.94%50%-
HSV(B)305.45º22.92%56.47%-
XYZ21.9919.2227.75-
YUV124.29137.43142.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=36.36%
G=28.03%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411114100.230.020.44305.4512.9450
Hex906F8D01722C131d32
Octal2201572150272544611562
Binary10010000110111110001101010111101011001001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,141); }

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

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

 a { background-color: rgb(144,111,141); }

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

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

 span { border-color: rgb(144,111,141); }

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