Html Css Color HEX #9F838E Mountbatten Pink

📋 copy color: '#9F838E'

red 159 ◦ green 131 ◦ blue 142

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

Shades of Mountbatten Pink #9F838E

Tints of Mountbatten Pink #9F838E

RGB

 RED value IS 159 (62.5% from 255) = 36.81%

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 36.81%
G = 30.32%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F838E (or 0x9F838E) is known color: Mountbatten Pink. HEX triplet: 9F, 83 and 8E. RGB value is (159,131,142). Sum of RGB (Red+Green+Blue) = 159+131+142=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F838E is #607C71. Grayscale: #8C8C8C. Windows color (decimal): -6323314 or 9339807. OLE color: 9339807.

HSL color Cylindrical-coordinate representation of color #9F838E: hue angle of 336.43º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F838E is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 131 142 -
CMYK 0 0.18 0.11 0.38
HSL 336.43º 0.13% 0.57% -
HSV(B) 336.43º 0.18% 0.62% -
XYZ 27.3 25.56 29.09 -
YUV 140.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 159 131 142 0 0.18 0.11 0.38 336.43 0.13 0.57
Hex 9F 83 8E 0 12 B 26 150 D 39
Octal 237 203 216 0 22 13 46 520 15 71
Binary 10011111 10000011 10001110 0 10010 1011 100110 101010000 1101 111001

Color Harmonies of #9F838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F838E

Black with #9F838E

Text Example


Text Example

White with #9F838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,142); }

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

background-color css

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

 a { background-color: rgb(159,131,142); }

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

border-color css

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

 span { border-color: rgb(159,131,142); }

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