#90638B

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

Shades of Trendy Pink #90638B

Tints of Trendy Pink #90638B

Color information

#90638B (or 0x90638B) is unknown color: approx Trendy Pink. HEX triplet: 90, 63 and 8B. RGB value is (144,99,139). Sum of RGB (Red+Green+Blue) = 144+99+139=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90638B is #6F9C74. Grayscale: #747474. Windows color (decimal): -7314549 or 9134992. OLE color: 9134992.

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

Color convert

RGB14499139-
CMYK00.310.030.44
HSL306.67º18.52%47.65%-
HSV(B)306.67º31.25%56.47%-
XYZ20.6216.7226.57-
YUV117.02140.41147.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=37.70%
G=25.92%
B=36.39%

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
Decimal1449913900.310.030.44306.6718.5247.65
Hex90638B01F32C1331330
Octal2201432130373544632360
Binary100100001100011100010110111111110110010011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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