Html Css Color HEX #9E7B92 Mountbatten Pink

📋 copy color: '#9E7B92'

red 158 ◦ green 123 ◦ blue 146

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

Shades of Mountbatten Pink #9E7B92

Tints of Mountbatten Pink #9E7B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 37%
G = 28.81%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E7B92 (or 0x9E7B92) is known color: Mountbatten Pink. HEX triplet: 9E, 7B and 92. RGB value is (158,123,146). Sum of RGB (Red+Green+Blue) = 158+123+146=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7B92 is #61846D. Grayscale: #888888. Windows color (decimal): -6390894 or 9599902. OLE color: 9599902.

HSL color Cylindrical-coordinate representation of color #9E7B92: hue angle of 320.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7B92 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 123 146 -
CMYK 0 0.22 0.08 0.38
HSL 320.57º 0.15% 0.55% -
HSV(B) 320.57º 0.22% 0.62% -
XYZ 26.37 23.51 30.34 -
YUV 136.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 158 123 146 0 0.22 0.08 0.38 320.57 0.15 0.55
Hex 9E 7B 92 0 16 8 26 141 F 37
Octal 236 173 222 0 26 10 46 501 17 67
Binary 10011110 1111011 10010010 0 10110 1000 100110 101000001 1111 110111

Color Harmonies of #9E7B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B92

Black with #9E7B92

Text Example


Text Example

White with #9E7B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,146); }

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

background-color css

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

 a { background-color: rgb(158,123,146); }

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

border-color css

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

 span { border-color: rgb(158,123,146); }

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