#9E7990

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

Shades of Mountbatten Pink #9E7990

Tints of Mountbatten Pink #9E7990

Color information

#9E7990 (or 0x9E7990) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 79 and 90. RGB value is (158,121,144). Sum of RGB (Red+Green+Blue) = 158+121+144=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7990 is #61866F. Grayscale: #868686. Windows color (decimal): -6391408 or 9468318. OLE color: 9468318.

HSL color Cylindrical-coordinate representation of color #9E7990: hue angle of 322.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7990 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB158121144-
CMYK00.230.090.38
HSL322.7º16.02%54.71%-
HSV(B)322.7º23.42%61.96%-
XYZ25.9722.9629.45-
YUV134.68133.26144.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=37.35%
G=28.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812114400.230.090.38322.716.0254.71
Hex9E79900179261431037
Octal23617122002711465032067
Binary10011110111100110010000010111100110011010100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7990; }

 p { color: rgb(158,121,144); }

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

<style>
 a { background-color: #9E7990; }

 a { background-color: rgb(158,121,144); }

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

<style>
 span { border-color: #9E7990; }

 span { border-color: rgb(158,121,144); }

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