Html Css Color HEX #9E738A Mountbatten Pink

📋 copy color: '#9E738A'

red 158 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #9E738A

Tints of Mountbatten Pink #9E738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 38.44%
G = 27.98%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E738A (or 0x9E738A) is known color: Mountbatten Pink. HEX triplet: 9E, 73 and 8A. RGB value is (158,115,138). Sum of RGB (Red+Green+Blue) = 158+115+138=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E738A is #618C75. Grayscale: #828282. Windows color (decimal): -6392950 or 9073566. OLE color: 9073566.

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

Color convert

RGB 158 115 138 -
CMYK 0 0.27 0.13 0.38
HSL 327.91º 0.18% 0.54% -
HSV(B) 327.91º 0.27% 0.62% -
XYZ 24.82 21.37 26.86 -
YUV 130.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 158 115 138 0 0.27 0.13 0.38 327.91 0.18 0.54
Hex 9E 73 8A 0 1B D 26 148 12 36
Octal 236 163 212 0 33 15 46 510 22 66
Binary 10011110 1110011 10001010 0 11011 1101 100110 101001000 10010 110110

Color Harmonies of #9E738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E738A

Black with #9E738A

Text Example


Text Example

White with #9E738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,115,138); }

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

background-color css

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

 a { background-color: rgb(158,115,138); }

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

border-color css

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

 span { border-color: rgb(158,115,138); }

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