Html Css Color HEX #957889 Mountbatten Pink

📋 copy color: '#957889'

red 149 ◦ green 120 ◦ blue 137

#957889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #957889

Tints of Mountbatten Pink #957889

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 120 (47.27% from 255) = 29.56%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 36.7%
G = 29.56%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957889 (or 0x957889) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 89. RGB value is (149,120,137). Sum of RGB (Red+Green+Blue) = 149+120+137=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #957889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957889 is #6A8776. Grayscale: #828282. Windows color (decimal): -6981495 or 9009301. OLE color: 9009301.

HSL color Cylindrical-coordinate representation of color #957889: hue angle of 324.83º 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 #957889 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 137 -
CMYK 0 0.19 0.08 0.42
HSL 324.83º 0.12% 0.53% -
HSV(B) 324.83º 0.19% 0.58% -
XYZ 23.63 21.63 26.6 -
YUV 130.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 149 120 137 0 0.19 0.08 0.42 324.83 0.12 0.53
Hex 95 78 89 0 13 8 2A 145 C 35
Octal 225 170 211 0 23 10 52 505 14 65
Binary 10010101 1111000 10001001 0 10011 1000 101010 101000101 1100 110101

Color Harmonies of #957889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957889

Black with #957889

Text Example


Text Example

White with #957889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957889; }

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

 H1.HeaderClassName
 {
   color: #957889;
 }
 .AnyTagClassName
 {
   color: #957889;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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