#966B8B

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

Shades of Mountbatten Pink #966B8B

Tints of Mountbatten Pink #966B8B

Color information

#966B8B (or 0x966B8B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 6B and 8B. RGB value is (150,107,139). Sum of RGB (Red+Green+Blue) = 150+107+139=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #966B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B8B is #699474. Grayscale: #7B7B7B. Windows color (decimal): -6919285 or 9137046. OLE color: 9137046.

HSL color Cylindrical-coordinate representation of color #966B8B: hue angle of 315.35º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B8B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150107139-
CMYK00.290.070.41
HSL315.35º17%50.39%-
HSV(B)315.35º28.67%58.82%-
XYZ22.518.8626.88-
YUV123.5136.75146.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=37.88%
G=27.02%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010713900.290.070.41315.351750.39
Hex966B8B01D72913b1132
Octal2261532130357514732162
Binary1001011011010111000101101110111110100110011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,107,139); }

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

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

 a { background-color: rgb(150,107,139); }

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

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

 span { border-color: rgb(150,107,139); }

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