Html Css Color HEX #957189 Mountbatten Pink

📋 copy color: '#957189'

red 149 ◦ green 113 ◦ blue 137

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

Shades of Mountbatten Pink #957189

Tints of Mountbatten Pink #957189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

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

R = 37.34%
G = 28.32%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957189 (or 0x957189) is known color: Mountbatten Pink. HEX triplet: 95, 71 and 89. RGB value is (149,113,137). Sum of RGB (Red+Green+Blue) = 149+113+137=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957189 is #6A8E76. Grayscale: #7E7E7E. Windows color (decimal): -6983287 or 9007509. OLE color: 9007509.

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

Color convert

RGB 149 113 137 -
CMYK 0 0.24 0.08 0.42
HSL 320º 0.15% 0.51% -
HSV(B) 320º 0.24% 0.58% -
XYZ 22.81 20.01 26.33 -
YUV 126.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 149 113 137 0 0.24 0.08 0.42 320 0.15 0.51
Hex 95 71 89 0 18 8 2A 140 F 33
Octal 225 161 211 0 30 10 52 500 17 63
Binary 10010101 1110001 10001001 0 11000 1000 101010 101000000 1111 110011

Color Harmonies of #957189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957189

Black with #957189

Text Example


Text Example

White with #957189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957189; }

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

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

background-color css

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

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

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

border-color css

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

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

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