#967F90

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

Shades of Mountbatten Pink #967F90

Tints of Mountbatten Pink #967F90

Color information

#967F90 (or 0x967F90) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 7F and 90. RGB value is (150,127,144). Sum of RGB (Red+Green+Blue) = 150+127+144=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #967F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F90 is #69806F. Grayscale: #878787. Windows color (decimal): -6914160 or 9469846. OLE color: 9469846.

HSL color Cylindrical-coordinate representation of color #967F90: hue angle of 315.65º 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 #967F90 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB150127144-
CMYK00.150.040.41
HSL315.65º9.87%54.31%-
HSV(B)315.65º15.33%58.82%-
XYZ25.223.6829.63-
YUV135.82132.62138.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=35.63%
G=30.17%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012714400.150.040.41315.659.8754.31
Hex967F900F42913ca36
Octal2261772200174514741266
Binary10010110111111110010000011111001010011001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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