#957F8F

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

Shades of Mountbatten Pink #957F8F

Tints of Mountbatten Pink #957F8F

Color information

#957F8F (or 0x957F8F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 7F and 8F. RGB value is (149,127,143). Sum of RGB (Red+Green+Blue) = 149+127+143=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #957F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F8F is #6A8070. Grayscale: #878787. Windows color (decimal): -6979697 or 9404309. OLE color: 9404309.

HSL color Cylindrical-coordinate representation of color #957F8F: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957F8F is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149127143-
CMYK00.150.040.42
HSL316.36º9.4%54.12%-
HSV(B)316.36º14.77%58.43%-
XYZ24.9423.5529.22-
YUV135.4132.29137.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=35.56%
G=30.31%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912714300.150.040.42316.369.454.12
Hex957F8F0F42A13c936
Octal2251772170174524741166
Binary10010101111111110001111011111001010101001111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957F8F; }

 p { color: rgb(149,127,143); }

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

<style>
 a { background-color: #957F8F; }

 a { background-color: rgb(149,127,143); }

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

<style>
 span { border-color: #957F8F; }

 span { border-color: rgb(149,127,143); }

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