#967B8E

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

Shades of Mountbatten Pink #967B8E

Tints of Mountbatten Pink #967B8E

Color information

#967B8E (or 0x967B8E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7B and 8E. RGB value is (150,123,142). Sum of RGB (Red+Green+Blue) = 150+123+142=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B8E is #698471. Grayscale: #858585. Windows color (decimal): -6915186 or 9337750. OLE color: 9337750.

HSL color Cylindrical-coordinate representation of color #967B8E: hue angle of 317.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B8E is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150123142-
CMYK00.180.050.41
HSL317.78º11.39%53.53%-
HSV(B)317.78º18%58.82%-
XYZ24.5422.628.66-
YUV133.24132.95139.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=36.14%
G=29.64%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012314200.180.050.41317.7811.3953.53
Hex967B8E01252913eb36
Octal2261732160225514761366
Binary100101101111011100011100100101011010011001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B8E; }

 p { color: rgb(150,123,142); }

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

<style>
 a { background-color: #967B8E; }

 a { background-color: rgb(150,123,142); }

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

<style>
 span { border-color: #967B8E; }

 span { border-color: rgb(150,123,142); }

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