Html Css Color HEX #9E708A Mountbatten Pink

📋 copy color: '#9E708A'

red 158 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #9E708A

Tints of Mountbatten Pink #9E708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

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

R = 38.73%
G = 27.45%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E708A (or 0x9E708A) is known color: Mountbatten Pink. HEX triplet: 9E, 70 and 8A. RGB value is (158,112,138). Sum of RGB (Red+Green+Blue) = 158+112+138=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708A is #618F75. Grayscale: #808080. Windows color (decimal): -6393718 or 9072798. OLE color: 9072798.

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

Color convert

RGB 158 112 138 -
CMYK 0 0.29 0.13 0.38
HSL 326.09º 0.19% 0.53% -
HSV(B) 326.09º 0.29% 0.62% -
XYZ 24.48 20.69 26.75 -
YUV 128.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 158 112 138 0 0.29 0.13 0.38 326.09 0.19 0.53
Hex 9E 70 8A 0 1D D 26 146 13 35
Octal 236 160 212 0 35 15 46 506 23 65
Binary 10011110 1110000 10001010 0 11101 1101 100110 101000110 10011 110101

Color Harmonies of #9E708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E708A

Black with #9E708A

Text Example


Text Example

White with #9E708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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