Html Css Color HEX #9F7291 Mountbatten Pink

📋 copy color: '#9F7291'

red 159 ◦ green 114 ◦ blue 145

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

Shades of Mountbatten Pink #9F7291

Tints of Mountbatten Pink #9F7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 38.04%
G = 27.27%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F7291 (or 0x9F7291) is known color: Mountbatten Pink. HEX triplet: 9F, 72 and 91. RGB value is (159,114,145). Sum of RGB (Red+Green+Blue) = 159+114+145=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7291 is #608D6E. Grayscale: #828282. Windows color (decimal): -6327663 or 9532063. OLE color: 9532063.

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

Color convert

RGB 159 114 145 -
CMYK 0 0.28 0.09 0.38
HSL 318.67º 0.19% 0.54% -
HSV(B) 318.67º 0.28% 0.62% -
XYZ 25.43 21.45 29.59 -
YUV 130.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 159 114 145 0 0.28 0.09 0.38 318.67 0.19 0.54
Hex 9F 72 91 0 1C 9 26 13F 13 36
Octal 237 162 221 0 34 11 46 477 23 66
Binary 10011111 1110010 10010001 0 11100 1001 100110 100111111 10011 110110

Color Harmonies of #9F7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7291

Black with #9F7291

Text Example


Text Example

White with #9F7291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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