Html Css Color HEX #9E6E8B Mountbatten Pink

📋 copy color: '#9E6E8B'

red 158 ◦ green 110 ◦ blue 139

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

Shades of Mountbatten Pink #9E6E8B

Tints of Mountbatten Pink #9E6E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 38.82%
G = 27.03%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E6E8B (or 0x9E6E8B) is known color: Mountbatten Pink. HEX triplet: 9E, 6E and 8B. RGB value is (158,110,139). Sum of RGB (Red+Green+Blue) = 158+110+139=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6E8B is #619174. Grayscale: #7F7F7F. Windows color (decimal): -6394229 or 9137822. OLE color: 9137822.

HSL color Cylindrical-coordinate representation of color #9E6E8B: hue angle of 323.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6E8B is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 110 139 -
CMYK 0 0.30 0.12 0.38
HSL 323.75º 0.2% 0.53% -
HSV(B) 323.75º 0.3% 0.62% -
XYZ 24.34 20.29 27.06 -
YUV 127.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 158 110 139 0 0.30 0.12 0.38 323.75 0.2 0.53
Hex 9E 6E 8B 0 1E C 26 144 14 35
Octal 236 156 213 0 36 14 46 504 24 65
Binary 10011110 1101110 10001011 0 11110 1100 100110 101000100 10100 110101

Color Harmonies of #9E6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6E8B

Black with #9E6E8B

Text Example


Text Example

White with #9E6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,139); }

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

background-color css

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

 a { background-color: rgb(158,110,139); }

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

border-color css

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

 span { border-color: rgb(158,110,139); }

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