Html Css Color HEX #9E7595 Mountbatten Pink

📋 copy color: '#9E7595'

red 158 ◦ green 117 ◦ blue 149

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

Shades of Mountbatten Pink #9E7595

Tints of Mountbatten Pink #9E7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 37.26%
G = 27.59%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E7595 (or 0x9E7595) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 95. RGB value is (158,117,149). Sum of RGB (Red+Green+Blue) = 158+117+149=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7595 is #618A6A. Grayscale: #848484. Windows color (decimal): -6392427 or 9794974. OLE color: 9794974.

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

Color convert

RGB 158 117 149 -
CMYK 0 0.26 0.06 0.38
HSL 313.17º 0.17% 0.54% -
HSV(B) 313.17º 0.26% 0.62% -
XYZ 25.89 22.16 31.35 -
YUV 132.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 158 117 149 0 0.26 0.06 0.38 313.17 0.17 0.54
Hex 9E 75 95 0 1A 6 26 139 11 36
Octal 236 165 225 0 32 6 46 471 21 66
Binary 10011110 1110101 10010101 0 11010 110 100110 100111001 10001 110110

Color Harmonies of #9E7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7595

Black with #9E7595

Text Example


Text Example

White with #9E7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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