Html Css Color HEX #9F708B Mountbatten Pink

📋 copy color: '#9F708B'

red 159 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #9F708B

Tints of Mountbatten Pink #9F708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 38.78%
G = 27.32%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F708B (or 0x9F708B) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 8B. RGB value is (159,112,139). Sum of RGB (Red+Green+Blue) = 159+112+139=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F708B is #608F74. Grayscale: #818181. Windows color (decimal): -6328181 or 9138335. OLE color: 9138335.

HSL color Cylindrical-coordinate representation of color #9F708B: hue angle of 325.53º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F708B is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 112 139 -
CMYK 0 0.30 0.13 0.38
HSL 325.53º 0.2% 0.53% -
HSV(B) 325.53º 0.3% 0.62% -
XYZ 24.75 20.82 27.14 -
YUV 129.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 159 112 139 0 0.30 0.13 0.38 325.53 0.2 0.53
Hex 9F 70 8B 0 1E D 26 146 14 35
Octal 237 160 213 0 36 15 46 506 24 65
Binary 10011111 1110000 10001011 0 11110 1101 100110 101000110 10100 110101

Color Harmonies of #9F708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F708B

Black with #9F708B

Text Example


Text Example

White with #9F708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,112,139); }

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

background-color css

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

 a { background-color: rgb(159,112,139); }

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

border-color css

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

 span { border-color: rgb(159,112,139); }

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