#90668D

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

Shades of Trendy Pink #90668D

Tints of Trendy Pink #90668D

Color information

#90668D (or 0x90668D) is unknown color: approx Trendy Pink. HEX triplet: 90, 66 and 8D. RGB value is (144,102,141). Sum of RGB (Red+Green+Blue) = 144+102+141=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90668D is #6F9972. Grayscale: #767676. Windows color (decimal): -7313779 or 9266832. OLE color: 9266832.

HSL color Cylindrical-coordinate representation of color #90668D: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90668D is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB144102141-
CMYK00.290.020.44
HSL304.29º17.07%48.24%-
HSV(B)304.29º29.17%56.47%-
XYZ21.0617.3627.44-
YUV119140.41145.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=37.21%
G=26.36%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410214100.290.020.44304.2917.0748.24
Hex90668D01D22C1301130
Octal2201462150352544602160
Binary100100001100110100011010111011010110010011000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90668D; }

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

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

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

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

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

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

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

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