#9F7690

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

Shades of Mountbatten Pink #9F7690

Tints of Mountbatten Pink #9F7690

Color information

#9F7690 (or 0x9F7690) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 76 and 90. RGB value is (159,118,144). Sum of RGB (Red+Green+Blue) = 159+118+144=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7690 is #60896F. Grayscale: #858585. Windows color (decimal): -6326640 or 9467551. OLE color: 9467551.

HSL color Cylindrical-coordinate representation of color #9F7690: hue angle of 321.95º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7690 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB159118144-
CMYK00.260.090.38
HSL321.95º17.6%54.31%-
HSV(B)321.95º25.79%62.35%-
XYZ25.8122.3429.34-
YUV133.22134.08146.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=37.77%
G=28.03%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911814400.260.090.38321.9517.654.31
Hex9F769001A9261421236
Octal23716622003211465022266
Binary10011111111011010010000011010100110011010100001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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