#9F6992

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

Shades of Mountbatten Pink #9F6992

Tints of Mountbatten Pink #9F6992

Color information

#9F6992 (or 0x9F6992) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 69 and 92. RGB value is (159,105,146). Sum of RGB (Red+Green+Blue) = 159+105+146=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6992 is #60966D. Grayscale: #7D7D7D. Windows color (decimal): -6329966 or 9595295. OLE color: 9595295.

HSL color Cylindrical-coordinate representation of color #9F6992: hue angle of 314.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6992 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB159105146-
CMYK00.340.080.38
HSL314.44º21.95%51.76%-
HSV(B)314.44º33.96%62.35%-
XYZ24.5419.5529.67-
YUV125.82139.39151.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=38.78%
G=25.61%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910514600.340.080.38314.4421.9551.76
Hex9F699202282613a1634
Octal23715122204210464722664
Binary100111111101001100100100100010100010011010011101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,146); }

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

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

 a { background-color: rgb(159,105,146); }

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

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

 span { border-color: rgb(159,105,146); }

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