#90638A

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

Shades of Trendy Pink #90638A

Tints of Trendy Pink #90638A

Color information

#90638A (or 0x90638A) is unknown color: approx Trendy Pink. HEX triplet: 90, 63 and 8A. RGB value is (144,99,138). Sum of RGB (Red+Green+Blue) = 144+99+138=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90638A is #6F9C75. Grayscale: #747474. Windows color (decimal): -7314550 or 9069456. OLE color: 9069456.

HSL color Cylindrical-coordinate representation of color #90638A: hue angle of 308º degrees, saturation: 0.19, 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 #90638A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14499138-
CMYK00.310.040.44
HSL308º18.52%47.65%-
HSV(B)308º31.25%56.47%-
XYZ20.5516.6926.18-
YUV116.9139.91147.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=37.80%
G=25.98%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449913800.310.040.4430818.5247.65
Hex90638A01F42C1341330
Octal2201432120374544642360
Binary1001000011000111000101001111110010110010011010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90638A; }

 p { color: rgb(144,99,138); }

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

<style>
 a { background-color: #90638A; }

 a { background-color: rgb(144,99,138); }

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

<style>
 span { border-color: #90638A; }

 span { border-color: rgb(144,99,138); }

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