Html Css Color HEX #9E7A92 Mountbatten Pink

📋 copy color: '#9E7A92'

red 158 ◦ green 122 ◦ blue 146

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

Shades of Mountbatten Pink #9E7A92

Tints of Mountbatten Pink #9E7A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 37.09%
G = 28.64%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E7A92 (or 0x9E7A92) is known color: Mountbatten Pink. HEX triplet: 9E, 7A and 92. RGB value is (158,122,146). Sum of RGB (Red+Green+Blue) = 158+122+146=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A92 is #61856D. Grayscale: #878787. Windows color (decimal): -6391150 or 9599646. OLE color: 9599646.

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

Color convert

RGB 158 122 146 -
CMYK 0 0.23 0.08 0.38
HSL 320º 0.16% 0.55% -
HSV(B) 320º 0.23% 0.62% -
XYZ 26.25 23.26 30.3 -
YUV 135.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 158 122 146 0 0.23 0.08 0.38 320 0.16 0.55
Hex 9E 7A 92 0 17 8 26 140 10 37
Octal 236 172 222 0 27 10 46 500 20 67
Binary 10011110 1111010 10010010 0 10111 1000 100110 101000000 10000 110111

Color Harmonies of #9E7A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7A92

Black with #9E7A92

Text Example


Text Example

White with #9E7A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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