#90508B

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

Shades of Trendy Pink #90508B

Tints of Trendy Pink #90508B

Color information

#90508B (or 0x90508B) is unknown color: approx Trendy Pink. HEX triplet: 90, 50 and 8B. RGB value is (144,80,139). Sum of RGB (Red+Green+Blue) = 144+80+139=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #90508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90508B is #6FAF74. Grayscale: #696969. Windows color (decimal): -7319413 or 9130128. OLE color: 9130128.

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

Color convert

RGB14480139-
CMYK00.440.030.44
HSL304.69º28.57%43.92%-
HSV(B)304.69º44.44%56.47%-
XYZ19.0313.5326.03-
YUV105.86146.7155.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=39.67%
G=22.04%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448013900.440.030.44304.6928.5743.92
Hex90508B02C32C1311d2c
Octal2201202130543544613554
Binary1001000010100001000101101011001110110010011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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