#966E8A

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

Shades of Mountbatten Pink #966E8A

Tints of Mountbatten Pink #966E8A

Color information

#966E8A (or 0x966E8A) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 6E and 8A. RGB value is (150,110,138). Sum of RGB (Red+Green+Blue) = 150+110+138=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E8A is #699175. Grayscale: #7D7D7D. Windows color (decimal): -6918518 or 9072278. OLE color: 9072278.

HSL color Cylindrical-coordinate representation of color #966E8A: hue angle of 318º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E8A is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150110138-
CMYK00.270.080.41
HSL318º16%50.98%-
HSV(B)318º26.67%58.82%-
XYZ22.7419.4726.6-
YUV125.15135.25145.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=37.69%
G=27.64%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011013800.270.080.413181650.98
Hex966E8A01B82913e1033
Octal22615621203310514762063
Binary10010110110111010001010011011100010100110011111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E8A; }

 p { color: rgb(150,110,138); }

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

<style>
 a { background-color: #966E8A; }

 a { background-color: rgb(150,110,138); }

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

<style>
 span { border-color: #966E8A; }

 span { border-color: rgb(150,110,138); }

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