Html Css Color HEX #9E698E Mountbatten Pink

📋 copy color: '#9E698E'

red 158 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #9E698E

Tints of Mountbatten Pink #9E698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 39.01%
G = 25.93%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E698E (or 0x9E698E) is known color: Mountbatten Pink. HEX triplet: 9E, 69 and 8E. RGB value is (158,105,142). Sum of RGB (Red+Green+Blue) = 158+105+142=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E698E is #619671. Grayscale: #7C7C7C. Windows color (decimal): -6395506 or 9333150. OLE color: 9333150.

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

Color convert

RGB 158 105 142 -
CMYK 0 0.34 0.10 0.38
HSL 318.11º 0.21% 0.52% -
HSV(B) 318.11º 0.34% 0.62% -
XYZ 24.03 19.33 28.05 -
YUV 125.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 158 105 142 0 0.34 0.10 0.38 318.11 0.21 0.52
Hex 9E 69 8E 0 22 A 26 13E 15 34
Octal 236 151 216 0 42 12 46 476 25 64
Binary 10011110 1101001 10001110 0 100010 1010 100110 100111110 10101 110100

Color Harmonies of #9E698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E698E

Black with #9E698E

Text Example


Text Example

White with #9E698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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