#9E7195

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

Shades of Mountbatten Pink #9E7195

Tints of Mountbatten Pink #9E7195

Color information

#9E7195 (or 0x9E7195) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 71 and 95. RGB value is (158,113,149). Sum of RGB (Red+Green+Blue) = 158+113+149=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7195 is #618E6A. Grayscale: #828282. Windows color (decimal): -6393451 or 9793950. OLE color: 9793950.

HSL color Cylindrical-coordinate representation of color #9E7195: hue angle of 312º degrees, saturation: 0.19, 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 #9E7195 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB158113149-
CMYK00.280.060.38
HSL312º18.83%53.14%-
HSV(B)312º28.48%61.96%-
XYZ25.4321.2531.19-
YUV130.56138.41147.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=37.62%
G=26.90%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811314900.280.060.3831218.8353.14
Hex9E719501C6261381335
Octal2361612250346464702365
Binary1001111011100011001010101110011010011010011100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,149); }

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

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

 a { background-color: rgb(158,113,149); }

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

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

 span { border-color: rgb(158,113,149); }

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