#90668C

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

Shades of Trendy Pink #90668C

Tints of Trendy Pink #90668C

Color information

#90668C (or 0x90668C) is unknown color: approx Trendy Pink. HEX triplet: 90, 66 and 8C. RGB value is (144,102,140). Sum of RGB (Red+Green+Blue) = 144+102+140=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90668C is #6F9973. Grayscale: #767676. Windows color (decimal): -7313780 or 9201296. OLE color: 9201296.

HSL color Cylindrical-coordinate representation of color #90668C: hue angle of 305.71º 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 #90668C is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144102140-
CMYK00.290.030.44
HSL305.71º17.07%48.24%-
HSV(B)305.71º29.17%56.47%-
XYZ20.9917.3327.05-
YUV118.89139.91145.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=37.31%
G=26.42%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410214000.290.030.44305.7117.0748.24
Hex90668C01D32C1321130
Octal2201462140353544622160
Binary100100001100110100011000111011110110010011001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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