#9F7296

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

Shades of Mountbatten Pink #9F7296

Tints of Mountbatten Pink #9F7296

Color information

#9F7296 (or 0x9F7296) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 72 and 96. RGB value is (159,114,150). Sum of RGB (Red+Green+Blue) = 159+114+150=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7296 is #608D69. Grayscale: #838383. Windows color (decimal): -6327658 or 9859743. OLE color: 9859743.

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

Color convert

RGB159114150-
CMYK00.280.060.38
HSL312º18.99%53.53%-
HSV(B)312º28.3%62.35%-
XYZ25.8221.6131.66-
YUV131.56138.41147.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=37.59%
G=26.95%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415000.280.060.3831218.9953.53
Hex9F729601C6261381336
Octal2371622260346464702366
Binary1001111111100101001011001110011010011010011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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