#9F6E95

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

Shades of Mountbatten Pink #9F6E95

Tints of Mountbatten Pink #9F6E95

Color information

#9F6E95 (or 0x9F6E95) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 6E and 95. RGB value is (159,110,149). Sum of RGB (Red+Green+Blue) = 159+110+149=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6E95 is #60916A. Grayscale: #808080. Windows color (decimal): -6328683 or 9793183. OLE color: 9793183.

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

Color convert

RGB159110149-
CMYK00.310.060.38
HSL312.24º20.33%52.75%-
HSV(B)312.24º30.82%62.35%-
XYZ25.320.6931.09-
YUV129.1139.23149.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=38.04%
G=26.32%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911014900.310.060.38312.2420.3352.75
Hex9F6E9501F6261381435
Octal2371562250376464702465
Binary1001111111011101001010101111111010011010011100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,149); }

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

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

 a { background-color: rgb(159,110,149); }

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

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

 span { border-color: rgb(159,110,149); }

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