Html Css Color HEX #9E7E8B Mountbatten Pink

📋 copy color: '#9E7E8B'

red 158 ◦ green 126 ◦ blue 139

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

Shades of Mountbatten Pink #9E7E8B

Tints of Mountbatten Pink #9E7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 37.35%
G = 29.79%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E7E8B (or 0x9E7E8B) is known color: Mountbatten Pink. HEX triplet: 9E, 7E and 8B. RGB value is (158,126,139). Sum of RGB (Red+Green+Blue) = 158+126+139=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7E8B is #618174. Grayscale: #898989. Windows color (decimal): -6390133 or 9141918. OLE color: 9141918.

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

Color convert

RGB 158 126 139 -
CMYK 0 0.20 0.12 0.38
HSL 335.63º 0.14% 0.56% -
HSV(B) 335.63º 0.2% 0.62% -
XYZ 26.22 24.05 27.69 -
YUV 137.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 158 126 139 0 0.20 0.12 0.38 335.63 0.14 0.56
Hex 9E 7E 8B 0 14 C 26 150 E 38
Octal 236 176 213 0 24 14 46 520 16 70
Binary 10011110 1111110 10001011 0 10100 1100 100110 101010000 1110 111000

Color Harmonies of #9E7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7E8B

Black with #9E7E8B

Text Example


Text Example

White with #9E7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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