#956F90

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

Shades of Mountbatten Pink #956F90

Tints of Mountbatten Pink #956F90

Color information

#956F90 (or 0x956F90) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 6F and 90. RGB value is (149,111,144). Sum of RGB (Red+Green+Blue) = 149+111+144=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #956F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F90 is #6A906F. Grayscale: #7E7E7E. Windows color (decimal): -6983792 or 9465749. OLE color: 9465749.

HSL color Cylindrical-coordinate representation of color #956F90: hue angle of 307.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F90 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149111144-
CMYK00.260.030.42
HSL307.89º15.2%50.98%-
HSV(B)307.89º25.5%58.43%-
XYZ23.1119.7728.98-
YUV126.12138.09144.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=36.88%
G=27.48%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911114400.260.030.42307.8915.250.98
Hex956F9001A32A134f33
Octal2251572200323524641763
Binary10010101110111110010000011010111010101001101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,144); }

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

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

 a { background-color: rgb(149,111,144); }

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

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

 span { border-color: rgb(149,111,144); }

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