#90758B

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

Shades of Mountbatten Pink #90758B

Tints of Mountbatten Pink #90758B

Color information

#90758B (or 0x90758B) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 75 and 8B. RGB value is (144,117,139). Sum of RGB (Red+Green+Blue) = 144+117+139=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758B is #6F8A74. Grayscale: #7F7F7F. Windows color (decimal): -7309941 or 9139600. OLE color: 9139600.

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

Color convert

RGB144117139-
CMYK00.190.030.44
HSL311.11º10.84%51.18%-
HSV(B)311.11º18.75%56.47%-
XYZ22.5220.5227.2-
YUV127.58134.45139.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=36%
G=29.25%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411713900.190.030.44311.1110.8451.18
Hex90758B01332C137b33
Octal2201652130233544671363
Binary10010000111010110001011010011111011001001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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