#957891

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

Shades of Mountbatten Pink #957891

Tints of Mountbatten Pink #957891

Color information

#957891 (or 0x957891) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 91. RGB value is (149,120,145). Sum of RGB (Red+Green+Blue) = 149+120+145=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957891 is #6A876E. Grayscale: #838383. Windows color (decimal): -6981487 or 9533589. OLE color: 9533589.

HSL color Cylindrical-coordinate representation of color #957891: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957891 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149120145-
CMYK00.190.030.42
HSL308.28º12.03%52.75%-
HSV(B)308.28º19.46%58.43%-
XYZ24.2221.8729.73-
YUV131.52135.61140.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=35.99%
G=28.99%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912014500.190.030.42308.2812.0352.75
Hex95789101332A134c35
Octal2251702210233524641465
Binary10010101111100010010001010011111010101001101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957891; }

 p { color: rgb(149,120,145); }

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

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

 a { background-color: rgb(149,120,145); }

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

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

 span { border-color: rgb(149,120,145); }

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