Html Css Color HEX #9E7A95 Mountbatten Pink

📋 copy color: '#9E7A95'

red 158 ◦ green 122 ◦ blue 149

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

Shades of Mountbatten Pink #9E7A95

Tints of Mountbatten Pink #9E7A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

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

R = 36.83%
G = 28.44%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E7A95 (or 0x9E7A95) is known color: Mountbatten Pink. HEX triplet: 9E, 7A and 95. RGB value is (158,122,149). Sum of RGB (Red+Green+Blue) = 158+122+149=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A95 is #61856A. Grayscale: #878787. Windows color (decimal): -6391147 or 9796254. OLE color: 9796254.

HSL color Cylindrical-coordinate representation of color #9E7A95: hue angle of 315º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7A95 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 122 149 -
CMYK 0 0.23 0.06 0.38
HSL 315º 0.16% 0.55% -
HSV(B) 315º 0.23% 0.62% -
XYZ 26.48 23.36 31.55 -
YUV 135.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 158 122 149 0 0.23 0.06 0.38 315 0.16 0.55
Hex 9E 7A 95 0 17 6 26 13B 10 37
Octal 236 172 225 0 27 6 46 473 20 67
Binary 10011110 1111010 10010101 0 10111 110 100110 100111011 10000 110111

Color Harmonies of #9E7A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7A95

Black with #9E7A95

Text Example


Text Example

White with #9E7A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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