Html Css Color HEX #9E758D Mountbatten Pink

📋 copy color: '#9E758D'

red 158 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #9E758D

Tints of Mountbatten Pink #9E758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 37.98%
G = 28.13%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E758D (or 0x9E758D) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 8D. RGB value is (158,117,141). Sum of RGB (Red+Green+Blue) = 158+117+141=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758D is #618A72. Grayscale: #838383. Windows color (decimal): -6392435 or 9270686. OLE color: 9270686.

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

Color convert

RGB 158 117 141 -
CMYK 0 0.26 0.11 0.38
HSL 324.88º 0.17% 0.54% -
HSV(B) 324.88º 0.26% 0.62% -
XYZ 25.27 21.91 28.1 -
YUV 132 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 158 117 141 0 0.26 0.11 0.38 324.88 0.17 0.54
Hex 9E 75 8D 0 1A B 26 145 11 36
Octal 236 165 215 0 32 13 46 505 21 66
Binary 10011110 1110101 10001101 0 11010 1011 100110 101000101 10001 110110

Color Harmonies of #9E758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E758D

Black with #9E758D

Text Example


Text Example

White with #9E758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,141); }

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

background-color css

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

 a { background-color: rgb(158,117,141); }

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

border-color css

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

 span { border-color: rgb(158,117,141); }

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