#9E768B

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

Shades of Mountbatten Pink #9E768B

Tints of Mountbatten Pink #9E768B

Color information

#9E768B (or 0x9E768B) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 76 and 8B. RGB value is (158,118,139). Sum of RGB (Red+Green+Blue) = 158+118+139=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E768B is #618974. Grayscale: #848484. Windows color (decimal): -6392181 or 9139870. OLE color: 9139870.

HSL color Cylindrical-coordinate representation of color #9E768B: hue angle of 328.5º 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 #9E768B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158118139-
CMYK00.250.120.38
HSL328.5º17.09%54.12%-
HSV(B)328.5º25.32%61.96%-
XYZ25.2422.0927.36-
YUV132.35131.75146.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=38.07%
G=28.43%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811813900.250.120.38328.517.0954.12
Hex9E768B019C261481136
Octal23616621303114465102166
Binary10011110111011010001011011001110010011010100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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