#9F7297

Color #9F7297 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9F7297

Tints of Mountbatten Pink #9F7297

Color information

#9F7297 (or 0x9F7297) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 72 and 97. RGB value is (159,114,151). Sum of RGB (Red+Green+Blue) = 159+114+151=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7297 is #608D68. Grayscale: #838383. Windows color (decimal): -6327657 or 9925279. OLE color: 9925279.

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

Color convert

RGB159114151-
CMYK00.280.050.38
HSL310.67º18.99%53.53%-
HSV(B)310.67º28.3%62.35%-
XYZ25.921.6432.09-
YUV131.67138.91147.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=37.5%
G=26.89%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415100.280.050.38310.6718.9953.53
Hex9F729701C5261371336
Octal2371622270345464672366
Binary1001111111100101001011101110010110011010011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7297;
 }
 .AnyTagClassName
 {
   color: #9F7297;
 }
</style>
background-color css

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

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

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

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

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

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