#9E7694

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

Shades of Mountbatten Pink #9E7694

Tints of Mountbatten Pink #9E7694

Color information

#9E7694 (or 0x9E7694) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 76 and 94. RGB value is (158,118,148). Sum of RGB (Red+Green+Blue) = 158+118+148=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7694 is #61896B. Grayscale: #858585. Windows color (decimal): -6392172 or 9729694. OLE color: 9729694.

HSL color Cylindrical-coordinate representation of color #9E7694: hue angle of 315º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E7694 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB158118148-
CMYK00.250.060.38
HSL315º17.09%54.12%-
HSV(B)315º25.32%61.96%-
XYZ25.9222.3630.97-
YUV133.38136.25145.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=37.26%
G=27.83%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811814800.250.060.3831517.0954.12
Hex9E769401962613b1136
Octal2361662240316464732166
Binary1001111011101101001010001100111010011010011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,118,148); }

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

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

 a { background-color: rgb(158,118,148); }

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

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

 span { border-color: rgb(158,118,148); }

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