Html Css Color HEX #9F7191 Mountbatten Pink

📋 copy color: '#9F7191'

red 159 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #9F7191

Tints of Mountbatten Pink #9F7191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 38.13%
G = 27.1%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F7191 (or 0x9F7191) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 91. RGB value is (159,113,145). Sum of RGB (Red+Green+Blue) = 159+113+145=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7191 is #608E6E. Grayscale: #828282. Windows color (decimal): -6327919 or 9531807. OLE color: 9531807.

HSL color Cylindrical-coordinate representation of color #9F7191: hue angle of 318.26º 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 #9F7191 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 145 -
CMYK 0 0.29 0.09 0.38
HSL 318.26º 0.19% 0.53% -
HSV(B) 318.26º 0.29% 0.62% -
XYZ 25.31 21.23 29.55 -
YUV 130.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 159 113 145 0 0.29 0.09 0.38 318.26 0.19 0.53
Hex 9F 71 91 0 1D 9 26 13E 13 35
Octal 237 161 221 0 35 11 46 476 23 65
Binary 10011111 1110001 10010001 0 11101 1001 100110 100111110 10011 110101

Color Harmonies of #9F7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7191

Black with #9F7191

Text Example


Text Example

White with #9F7191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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