#9F6E92

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

Shades of Mountbatten Pink #9F6E92

Tints of Mountbatten Pink #9F6E92

Color information

#9F6E92 (or 0x9F6E92) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 6E and 92. RGB value is (159,110,146). Sum of RGB (Red+Green+Blue) = 159+110+146=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6E92 is #60916D. Grayscale: #808080. Windows color (decimal): -6328686 or 9596575. OLE color: 9596575.

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

Color convert

RGB159110146-
CMYK00.310.080.38
HSL315.92º20.33%52.75%-
HSV(B)315.92º30.82%62.35%-
XYZ25.0620.629.85-
YUV128.76137.73149.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=38.31%
G=26.51%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911014600.310.080.38315.9220.3352.75
Hex9F6E9201F82613c1435
Octal23715622203710464742465
Binary10011111110111010010010011111100010011010011110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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