#957E8E

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

Shades of Mountbatten Pink #957E8E

Tints of Mountbatten Pink #957E8E

Color information

#957E8E (or 0x957E8E) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 7E and 8E. RGB value is (149,126,142). Sum of RGB (Red+Green+Blue) = 149+126+142=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #957E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E8E is #6A8171. Grayscale: #868686. Windows color (decimal): -6979954 or 9338517. OLE color: 9338517.

HSL color Cylindrical-coordinate representation of color #957E8E: hue angle of 318.26º degrees, saturation: 0.1, 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 #957E8E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149126142-
CMYK00.150.050.42
HSL318.26º9.79%53.92%-
HSV(B)318.26º15.44%58.43%-
XYZ24.7423.2628.78-
YUV134.7132.12138.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=35.73%
G=30.22%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912614200.150.050.42318.269.7953.92
Hex957E8E0F52A13ea36
Octal2251762160175524761266
Binary10010101111111010001110011111011010101001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,126,142); }

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

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

 a { background-color: rgb(149,126,142); }

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

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

 span { border-color: rgb(149,126,142); }

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