#967F91

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

Shades of Mountbatten Pink #967F91

Tints of Mountbatten Pink #967F91

Color information

#967F91 (or 0x967F91) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7F and 91. RGB value is (150,127,145). Sum of RGB (Red+Green+Blue) = 150+127+145=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #967F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F91 is #69806E. Grayscale: #878787. Windows color (decimal): -6914159 or 9535382. OLE color: 9535382.

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

Color convert

RGB150127145-
CMYK00.150.030.41
HSL313.04º9.87%54.31%-
HSV(B)313.04º15.33%58.82%-
XYZ25.2823.7130.03-
YUV135.93133.12138.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=35.55%
G=30.09%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012714500.150.030.41313.049.8754.31
Hex967F910F329139a36
Octal2261772210173514711266
Binary1001011011111111001000101111111010011001110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,145); }

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

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

 a { background-color: rgb(150,127,145); }

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

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

 span { border-color: rgb(150,127,145); }

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