#9F6993

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

Shades of Mountbatten Pink #9F6993

Tints of Mountbatten Pink #9F6993

Color information

#9F6993 (or 0x9F6993) is unknown color: approx Mountbatten Pink. HEX triplet: 9F, 69 and 93. RGB value is (159,105,147). Sum of RGB (Red+Green+Blue) = 159+105+147=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6993 is #60966C. Grayscale: #7D7D7D. Windows color (decimal): -6329965 or 9660831. OLE color: 9660831.

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

Color convert

RGB159105147-
CMYK00.340.080.38
HSL313.33º21.95%51.76%-
HSV(B)313.33º33.96%62.35%-
XYZ24.6219.5830.09-
YUV125.93139.89151.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=38.69%
G=25.55%
B=35.77%

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
Decimal15910514700.340.080.38313.3321.9551.76
Hex9F69930228261391634
Octal23715122304210464712664
Binary100111111101001100100110100010100010011010011100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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