#9F7090

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

Shades of Mountbatten Pink #9F7090

Tints of Mountbatten Pink #9F7090

Color information

#9F7090 (or 0x9F7090) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 70 and 90. RGB value is (159,112,144). Sum of RGB (Red+Green+Blue) = 159+112+144=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7090 is #608F6F. Grayscale: #818181. Windows color (decimal): -6328176 or 9466015. OLE color: 9466015.

HSL color Cylindrical-coordinate representation of color #9F7090: hue angle of 319.15º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7090 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159112144-
CMYK00.300.090.38
HSL319.15º19.67%53.14%-
HSV(B)319.15º29.56%62.35%-
XYZ25.1320.9729.11-
YUV129.7136.07148.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=38.31%
G=26.99%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911214400.300.090.38319.1519.6753.14
Hex9F709001E92613f1435
Octal23716022003611464772465
Binary10011111111000010010000011110100110011010011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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