#90618A

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

Shades of Trendy Pink #90618A

Tints of Trendy Pink #90618A

Color information

#90618A (or 0x90618A) is unknown color: approx Trendy Pink. HEX triplet: 90, 61 and 8A. RGB value is (144,97,138). Sum of RGB (Red+Green+Blue) = 144+97+138=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #90618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90618A is #6F9E75. Grayscale: #737373. Windows color (decimal): -7315062 or 9068944. OLE color: 9068944.

HSL color Cylindrical-coordinate representation of color #90618A: hue angle of 307.66º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90618A is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14497138-
CMYK00.330.040.44
HSL307.66º19.5%47.25%-
HSV(B)307.66º32.64%56.47%-
XYZ20.3616.3126.12-
YUV115.73140.57148.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=37.99%
G=25.59%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449713800.330.040.44307.6619.547.25
Hex90618A02142C134142f
Octal2201412120414544642457
Binary10010000110000110001010010000110010110010011010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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