Html Css Color HEX #9E7F90 Mountbatten Pink

📋 copy color: '#9E7F90'

red 158 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #9E7F90

Tints of Mountbatten Pink #9E7F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 36.83%
G = 29.6%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E7F90 (or 0x9E7F90) is known color: Mountbatten Pink. HEX triplet: 9E, 7F and 90. RGB value is (158,127,144). Sum of RGB (Red+Green+Blue) = 158+127+144=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F90 is #61806F. Grayscale: #8A8A8A. Windows color (decimal): -6389872 or 9469854. OLE color: 9469854.

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

Color convert

RGB 158 127 144 -
CMYK 0 0.20 0.09 0.38
HSL 327.1º 0.14% 0.56% -
HSV(B) 327.1º 0.2% 0.62% -
XYZ 26.72 24.46 29.7 -
YUV 138.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 158 127 144 0 0.20 0.09 0.38 327.1 0.14 0.56
Hex 9E 7F 90 0 14 9 26 147 E 38
Octal 236 177 220 0 24 11 46 507 16 70
Binary 10011110 1111111 10010000 0 10100 1001 100110 101000111 1110 111000

Color Harmonies of #9E7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F90

Black with #9E7F90

Text Example


Text Example

White with #9E7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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