Html Css Color HEX #9E6D90 Mountbatten Pink

📋 copy color: '#9E6D90'

red 158 ◦ green 109 ◦ blue 144

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

Shades of Mountbatten Pink #9E6D90

Tints of Mountbatten Pink #9E6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 38.44%
G = 26.52%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E6D90 (or 0x9E6D90) is known color: Mountbatten Pink. HEX triplet: 9E, 6D and 90. RGB value is (158,109,144). Sum of RGB (Red+Green+Blue) = 158+109+144=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6D90 is #61926F. Grayscale: #7F7F7F. Windows color (decimal): -6394480 or 9465246. OLE color: 9465246.

HSL color Cylindrical-coordinate representation of color #9E6D90: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D90 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 109 144 -
CMYK 0 0.31 0.09 0.38
HSL 317.14º 0.2% 0.52% -
HSV(B) 317.14º 0.31% 0.62% -
XYZ 24.6 20.22 28.99 -
YUV 127.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 158 109 144 0 0.31 0.09 0.38 317.14 0.2 0.52
Hex 9E 6D 90 0 1F 9 26 13D 14 34
Octal 236 155 220 0 37 11 46 475 24 64
Binary 10011110 1101101 10010000 0 11111 1001 100110 100111101 10100 110100

Color Harmonies of #9E6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D90

Black with #9E6D90

Text Example


Text Example

White with #9E6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,144); }

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

background-color css

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

 a { background-color: rgb(158,109,144); }

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

border-color css

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

 span { border-color: rgb(158,109,144); }

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