#9F7290

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

Shades of Mountbatten Pink #9F7290

Tints of Mountbatten Pink #9F7290

Color information

#9F7290 (or 0x9F7290) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 72 and 90. RGB value is (159,114,144). Sum of RGB (Red+Green+Blue) = 159+114+144=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7290 is #608D6F. Grayscale: #828282. Windows color (decimal): -6327664 or 9466527. OLE color: 9466527.

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

Color convert

RGB159114144-
CMYK00.280.090.38
HSL320º18.99%53.53%-
HSV(B)320º28.3%62.35%-
XYZ25.3521.4229.18-
YUV130.88135.41148.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=38.13%
G=27.34%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911414400.280.090.3832018.9953.53
Hex9F729001C9261401336
Octal23716222003411465002366
Binary10011111111001010010000011100100110011010100000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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