#9E7092

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

Shades of Mountbatten Pink #9E7092

Tints of Mountbatten Pink #9E7092

Color information

#9E7092 (or 0x9E7092) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 70 and 92. RGB value is (158,112,146). Sum of RGB (Red+Green+Blue) = 158+112+146=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7092 is #618F6D. Grayscale: #818181. Windows color (decimal): -6393710 or 9597086. OLE color: 9597086.

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

Color convert

RGB158112146-
CMYK00.290.080.38
HSL315.65º19.17%52.94%-
HSV(B)315.65º29.11%61.96%-
XYZ25.0820.9329.91-
YUV129.63137.24148.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=37.98%
G=26.92%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811214600.290.080.38315.6519.1752.94
Hex9E709201D82613c1335
Octal23616022203510464742365
Binary10011110111000010010010011101100010011010011110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,146); }

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

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

 a { background-color: rgb(158,112,146); }

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

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

 span { border-color: rgb(158,112,146); }

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