Html Css Color HEX #9E7589 Mountbatten Pink

📋 copy color: '#9E7589'

red 158 ◦ green 117 ◦ blue 137

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

Shades of Mountbatten Pink #9E7589

Tints of Mountbatten Pink #9E7589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 38.35%
G = 28.4%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E7589 (or 0x9E7589) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 89. RGB value is (158,117,137). Sum of RGB (Red+Green+Blue) = 158+117+137=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7589 is #618A76. Grayscale: #838383. Windows color (decimal): -6392439 or 9008542. OLE color: 9008542.

HSL color Cylindrical-coordinate representation of color #9E7589: hue angle of 330.73º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7589 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 137 -
CMYK 0 0.26 0.13 0.38
HSL 330.73º 0.17% 0.54% -
HSV(B) 330.73º 0.26% 0.62% -
XYZ 24.98 21.8 26.56 -
YUV 131.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 158 117 137 0 0.26 0.13 0.38 330.73 0.17 0.54
Hex 9E 75 89 0 1A D 26 14B 11 36
Octal 236 165 211 0 32 15 46 513 21 66
Binary 10011110 1110101 10001001 0 11010 1101 100110 101001011 10001 110110

Color Harmonies of #9E7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7589

Black with #9E7589

Text Example


Text Example

White with #9E7589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,137); }

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

background-color css

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

 a { background-color: rgb(158,117,137); }

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

border-color css

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

 span { border-color: rgb(158,117,137); }

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