#906E8D

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

Shades of Trendy Pink #906E8D

Tints of Trendy Pink #906E8D

Color information

#906E8D (or 0x906E8D) is unknown color: approx Trendy Pink. HEX triplet: 90, 6E and 8D. RGB value is (144,110,141). Sum of RGB (Red+Green+Blue) = 144+110+141=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #906E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E8D is #6F9172. Grayscale: #7B7B7B. Windows color (decimal): -7311731 or 9268880. OLE color: 9268880.

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

Color convert

RGB144110141-
CMYK00.240.020.44
HSL305.29º13.39%49.8%-
HSV(B)305.29º23.61%56.47%-
XYZ21.891927.71-
YUV123.7137.76142.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=36.46%
G=27.85%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411014100.240.020.44305.2913.3949.8
Hex906E8D01822C131d32
Octal2201562150302544611562
Binary10010000110111010001101011000101011001001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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