#90648C

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

Shades of Trendy Pink #90648C

Tints of Trendy Pink #90648C

Color information

#90648C (or 0x90648C) is unknown color: approx Trendy Pink. HEX triplet: 90, 64 and 8C. RGB value is (144,100,140). Sum of RGB (Red+Green+Blue) = 144+100+140=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90648C is #6F9B73. Grayscale: #757575. Windows color (decimal): -7314292 or 9200784. OLE color: 9200784.

HSL color Cylindrical-coordinate representation of color #90648C: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90648C is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144100140-
CMYK00.310.030.44
HSL305.45º18.03%47.84%-
HSV(B)305.45º30.56%56.47%-
XYZ20.7916.9426.98-
YUV117.72140.58146.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=37.5%
G=26.04%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410014000.310.030.44305.4518.0347.84
Hex90648C01F32C1311230
Octal2201442140373544612260
Binary100100001100100100011000111111110110010011000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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