Html Css Color HEX #957587 Mountbatten Pink

📋 copy color: '#957587'

red 149 ◦ green 117 ◦ blue 135

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

Shades of Mountbatten Pink #957587

Tints of Mountbatten Pink #957587

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 37.16%
G = 29.18%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957587 (or 0x957587) is known color: Mountbatten Pink. HEX triplet: 95, 75 and 87. RGB value is (149,117,135). Sum of RGB (Red+Green+Blue) = 149+117+135=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957587 is #6A8A78. Grayscale: #808080. Windows color (decimal): -6982265 or 8877461. OLE color: 8877461.

HSL color Cylindrical-coordinate representation of color #957587: hue angle of 326.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957587 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 135 -
CMYK 0 0.21 0.09 0.42
HSL 326.25º 0.13% 0.52% -
HSV(B) 326.25º 0.21% 0.58% -
XYZ 23.13 20.86 25.73 -
YUV 128.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 149 117 135 0 0.21 0.09 0.42 326.25 0.13 0.52
Hex 95 75 87 0 15 9 2A 146 D 34
Octal 225 165 207 0 25 11 52 506 15 64
Binary 10010101 1110101 10000111 0 10101 1001 101010 101000110 1101 110100

Color Harmonies of #957587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957587

Black with #957587

Text Example


Text Example

White with #957587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957587; }

 p { color: rgb(149,117,135); }

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

background-color css

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

 a { background-color: rgb(149,117,135); }

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

border-color css

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

 span { border-color: rgb(149,117,135); }

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