Html Css Color HEX #9F718C Mountbatten Pink

📋 copy color: '#9F718C'

red 159 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #9F718C

Tints of Mountbatten Pink #9F718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 38.59%
G = 27.43%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F718C (or 0x9F718C) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 8C. RGB value is (159,113,140). Sum of RGB (Red+Green+Blue) = 159+113+140=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718C is #608E73. Grayscale: #818181. Windows color (decimal): -6327924 or 9204127. OLE color: 9204127.

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

Color convert

RGB 159 113 140 -
CMYK 0 0.29 0.12 0.38
HSL 324.78º 0.19% 0.53% -
HSV(B) 324.78º 0.29% 0.62% -
XYZ 24.94 21.07 27.56 -
YUV 129.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 159 113 140 0 0.29 0.12 0.38 324.78 0.19 0.53
Hex 9F 71 8C 0 1D C 26 145 13 35
Octal 237 161 214 0 35 14 46 505 23 65
Binary 10011111 1110001 10001100 0 11101 1100 100110 101000101 10011 110101

Color Harmonies of #9F718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F718C

Black with #9F718C

Text Example


Text Example

White with #9F718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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