#90467B

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

Shades of Trendy Pink #90467B

Tints of Trendy Pink #90467B

Color information

#90467B (or 0x90467B) is unknown color: approx Trendy Pink. HEX triplet: 90, 46 and 7B. RGB value is (144,70,123). Sum of RGB (Red+Green+Blue) = 144+70+123=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90467B is #6FB984. Grayscale: #626262. Windows color (decimal): -7321989 or 8078992. OLE color: 8078992.

HSL color Cylindrical-coordinate representation of color #90467B: hue angle of 317.03º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90467B is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14470123-
CMYK00.510.150.44
HSL317.03º34.58%41.96%-
HSV(B)317.03º51.39%56.47%-
XYZ17.2711.7420.09-
YUV98.17142.02160.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=42.73%
G=20.77%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447012300.510.150.44317.0334.5841.96
Hex90467B033F2C13d232a
Octal22010617306317544754352
Binary100100001000110111101101100111111101100100111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,70,123); }

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

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

 a { background-color: rgb(144,70,123); }

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

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

 span { border-color: rgb(144,70,123); }

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