Html Css Color HEX #9F768E Mountbatten Pink

📋 copy color: '#9F768E'

red 159 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #9F768E

Tints of Mountbatten Pink #9F768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 37.95%
G = 28.16%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F768E (or 0x9F768E) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 8E. RGB value is (159,118,142). Sum of RGB (Red+Green+Blue) = 159+118+142=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F768E is #608971. Grayscale: #848484. Windows color (decimal): -6326642 or 9336479. OLE color: 9336479.

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

Color convert

RGB 159 118 142 -
CMYK 0 0.26 0.11 0.38
HSL 324.88º 0.18% 0.54% -
HSV(B) 324.88º 0.26% 0.62% -
XYZ 25.66 22.28 28.54 -
YUV 133 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 159 118 142 0 0.26 0.11 0.38 324.88 0.18 0.54
Hex 9F 76 8E 0 1A B 26 145 12 36
Octal 237 166 216 0 32 13 46 505 22 66
Binary 10011111 1110110 10001110 0 11010 1011 100110 101000101 10010 110110

Color Harmonies of #9F768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F768E

Black with #9F768E

Text Example


Text Example

White with #9F768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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