Html Css Color HEX #9E7F91 Mountbatten Pink

📋 copy color: '#9E7F91'

red 158 ◦ green 127 ◦ blue 145

#9E7F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #9E7F91

Tints of Mountbatten Pink #9E7F91

RGB

 RED value IS 158 (62.11% from 255) = 36.74%

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 36.74%
G = 29.53%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E7F91 (or 0x9E7F91) is known color: Mountbatten Pink. HEX triplet: 9E, 7F and 91. RGB value is (158,127,145). Sum of RGB (Red+Green+Blue) = 158+127+145=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F91 is #61806E. Grayscale: #8A8A8A. Windows color (decimal): -6389871 or 9535390. OLE color: 9535390.

HSL color Cylindrical-coordinate representation of color #9E7F91: hue angle of 325.16º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7F91 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 127 145 -
CMYK 0 0.20 0.08 0.38
HSL 325.16º 0.14% 0.56% -
HSV(B) 325.16º 0.2% 0.62% -
XYZ 26.8 24.49 30.1 -
YUV 138.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 158 127 145 0 0.20 0.08 0.38 325.16 0.14 0.56
Hex 9E 7F 91 0 14 8 26 145 E 38
Octal 236 177 221 0 24 10 46 505 16 70
Binary 10011110 1111111 10010001 0 10100 1000 100110 101000101 1110 111000

Color Harmonies of #9E7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F91

Black with #9E7F91

Text Example


Text Example

White with #9E7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,145); }

 H1.HeaderClassName
 {
   color: #9E7F91;
 }
 .AnyTagClassName
 {
   color: #9E7F91;
 }
</style>

background-color css

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

 a { background-color: rgb(158,127,145); }

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

border-color css

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

 span { border-color: rgb(158,127,145); }

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