#9E7297

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

Shades of Mountbatten Pink #9E7297

Tints of Mountbatten Pink #9E7297

Color information

#9E7297 (or 0x9E7297) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 72 and 97. RGB value is (158,114,151). Sum of RGB (Red+Green+Blue) = 158+114+151=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7297 is #618D68. Grayscale: #838383. Windows color (decimal): -6393193 or 9925278. OLE color: 9925278.

HSL color Cylindrical-coordinate representation of color #9E7297: hue angle of 309.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7297 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB158114151-
CMYK00.280.040.38
HSL309.55º18.49%53.33%-
HSV(B)309.55º27.85%61.96%-
XYZ25.721.5432.08-
YUV131.37139.08146.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=37.35%
G=26.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811415100.280.040.38309.5518.4953.33
Hex9E729701C4261361235
Octal2361622270344464662265
Binary1001111011100101001011101110010010011010011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,151); }

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

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

 a { background-color: rgb(158,114,151); }

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

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

 span { border-color: rgb(158,114,151); }

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