Html Css Color HEX #9E7893 Mountbatten Pink

📋 copy color: '#9E7893'

red 158 ◦ green 120 ◦ blue 147

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

Shades of Mountbatten Pink #9E7893

Tints of Mountbatten Pink #9E7893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 37.18%
G = 28.24%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E7893 (or 0x9E7893) is known color: Mountbatten Pink. HEX triplet: 9E, 78 and 93. RGB value is (158,120,147). Sum of RGB (Red+Green+Blue) = 158+120+147=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7893 is #61876C. Grayscale: #868686. Windows color (decimal): -6391661 or 9664670. OLE color: 9664670.

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

Color convert

RGB 158 120 147 -
CMYK 0 0.24 0.07 0.38
HSL 317.37º 0.16% 0.55% -
HSV(B) 317.37º 0.24% 0.62% -
XYZ 26.08 22.81 30.63 -
YUV 134.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 158 120 147 0 0.24 0.07 0.38 317.37 0.16 0.55
Hex 9E 78 93 0 18 7 26 13D 10 37
Octal 236 170 223 0 30 7 46 475 20 67
Binary 10011110 1111000 10010011 0 11000 111 100110 100111101 10000 110111

Color Harmonies of #9E7893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7893

Black with #9E7893

Text Example


Text Example

White with #9E7893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,120,147); }

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

background-color css

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

 a { background-color: rgb(158,120,147); }

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

border-color css

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

 span { border-color: rgb(158,120,147); }

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