Html Css Color HEX #9E7F8D Mountbatten Pink

📋 copy color: '#9E7F8D'

red 158 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #9E7F8D

Tints of Mountbatten Pink #9E7F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 37.09%
G = 29.81%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E7F8D (or 0x9E7F8D) is known color: Mountbatten Pink. HEX triplet: 9E, 7F and 8D. RGB value is (158,127,141). Sum of RGB (Red+Green+Blue) = 158+127+141=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F8D is #618072. Grayscale: #898989. Windows color (decimal): -6389875 or 9273246. OLE color: 9273246.

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

Color convert

RGB 158 127 141 -
CMYK 0 0.20 0.11 0.38
HSL 332.9º 0.14% 0.56% -
HSV(B) 332.9º 0.2% 0.62% -
XYZ 26.5 24.37 28.51 -
YUV 137.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 158 127 141 0 0.20 0.11 0.38 332.9 0.14 0.56
Hex 9E 7F 8D 0 14 B 26 14D E 38
Octal 236 177 215 0 24 13 46 515 16 70
Binary 10011110 1111111 10001101 0 10100 1011 100110 101001101 1110 111000

Color Harmonies of #9E7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F8D

Black with #9E7F8D

Text Example


Text Example

White with #9E7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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