Html Css Color HEX #9F738C Mountbatten Pink

📋 copy color: '#9F738C'

red 159 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #9F738C

Tints of Mountbatten Pink #9F738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 38.41%
G = 27.78%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F738C (or 0x9F738C) is known color: Mountbatten Pink. HEX triplet: 9F, 73 and 8C. RGB value is (159,115,140). Sum of RGB (Red+Green+Blue) = 159+115+140=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F738C is #608C73. Grayscale: #828282. Windows color (decimal): -6327412 or 9204639. OLE color: 9204639.

HSL color Cylindrical-coordinate representation of color #9F738C: hue angle of 325.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F738C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 115 140 -
CMYK 0 0.28 0.12 0.38
HSL 325.91º 0.19% 0.54% -
HSV(B) 325.91º 0.28% 0.62% -
XYZ 25.16 21.53 27.64 -
YUV 131.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 159 115 140 0 0.28 0.12 0.38 325.91 0.19 0.54
Hex 9F 73 8C 0 1C C 26 146 13 36
Octal 237 163 214 0 34 14 46 506 23 66
Binary 10011111 1110011 10001100 0 11100 1100 100110 101000110 10011 110110

Color Harmonies of #9F738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F738C

Black with #9F738C

Text Example


Text Example

White with #9F738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,140); }

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

background-color css

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

 a { background-color: rgb(159,115,140); }

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

border-color css

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

 span { border-color: rgb(159,115,140); }

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