Html Css Color HEX #9E7B8E Mountbatten Pink

📋 copy color: '#9E7B8E'

red 158 ◦ green 123 ◦ blue 142

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

Shades of Mountbatten Pink #9E7B8E

Tints of Mountbatten Pink #9E7B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 37.35%
G = 29.08%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E7B8E (or 0x9E7B8E) is known color: Mountbatten Pink. HEX triplet: 9E, 7B and 8E. RGB value is (158,123,142). Sum of RGB (Red+Green+Blue) = 158+123+142=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7B8E is #618471. Grayscale: #878787. Windows color (decimal): -6390898 or 9337758. OLE color: 9337758.

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

Color convert

RGB 158 123 142 -
CMYK 0 0.22 0.10 0.38
HSL 327.43º 0.15% 0.55% -
HSV(B) 327.43º 0.22% 0.62% -
XYZ 26.07 23.39 28.73 -
YUV 135.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 158 123 142 0 0.22 0.10 0.38 327.43 0.15 0.55
Hex 9E 7B 8E 0 16 A 26 147 F 37
Octal 236 173 216 0 26 12 46 507 17 67
Binary 10011110 1111011 10001110 0 10110 1010 100110 101000111 1111 110111

Color Harmonies of #9E7B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B8E

Black with #9E7B8E

Text Example


Text Example

White with #9E7B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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