Html Css Color HEX #9E7096 Mountbatten Pink

📋 copy color: '#9E7096'

red 158 ◦ green 112 ◦ blue 150

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

Shades of Mountbatten Pink #9E7096

Tints of Mountbatten Pink #9E7096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 37.62%
G = 26.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9E7096 (or 0x9E7096) is known color: Mountbatten Pink. HEX triplet: 9E, 70 and 96. RGB value is (158,112,150). Sum of RGB (Red+Green+Blue) = 158+112+150=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7096 is #618F69. Grayscale: #818181. Windows color (decimal): -6393706 or 9859230. OLE color: 9859230.

HSL color Cylindrical-coordinate representation of color #9E7096: hue angle of 310.43º 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 #9E7096 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 112 150 -
CMYK 0 0.29 0.05 0.38
HSL 310.43º 0.19% 0.53% -
HSV(B) 310.43º 0.29% 0.62% -
XYZ 25.4 21.06 31.58 -
YUV 130.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 158 112 150 0 0.29 0.05 0.38 310.43 0.19 0.53
Hex 9E 70 96 0 1D 5 26 136 13 35
Octal 236 160 226 0 35 5 46 466 23 65
Binary 10011110 1110000 10010110 0 11101 101 100110 100110110 10011 110101

Color Harmonies of #9E7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7096

Black with #9E7096

Text Example


Text Example

White with #9E7096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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