#90668B

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

Shades of Trendy Pink #90668B

Tints of Trendy Pink #90668B

Color information

#90668B (or 0x90668B) is unknown color: approx Trendy Pink. HEX triplet: 90, 66 and 8B. RGB value is (144,102,139). Sum of RGB (Red+Green+Blue) = 144+102+139=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90668B is #6F9974. Grayscale: #767676. Windows color (decimal): -7313781 or 9135760. OLE color: 9135760.

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

Color convert

RGB144102139-
CMYK00.290.030.44
HSL307.14º17.07%48.24%-
HSV(B)307.14º29.17%56.47%-
XYZ20.9117.326.66-
YUV118.78139.41145.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=37.40%
G=26.49%
B=36.10%

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
Decimal14410213900.290.030.44307.1417.0748.24
Hex90668B01D32C1331130
Octal2201462130353544632160
Binary100100001100110100010110111011110110010011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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