Html Css Color HEX #957887 Mountbatten Pink

📋 copy color: '#957887'

red 149 ◦ green 120 ◦ blue 135

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

Shades of Mountbatten Pink #957887

Tints of Mountbatten Pink #957887

RGB

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

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

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

R = 36.88%
G = 29.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957887 (or 0x957887) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 87. RGB value is (149,120,135). Sum of RGB (Red+Green+Blue) = 149+120+135=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957887 is #6A8778. Grayscale: #828282. Windows color (decimal): -6981497 or 8878229. OLE color: 8878229.

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

Color convert

RGB 149 120 135 -
CMYK 0 0.19 0.09 0.42
HSL 328.97º 0.12% 0.53% -
HSV(B) 328.97º 0.19% 0.58% -
XYZ 23.48 21.57 25.85 -
YUV 130.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 149 120 135 0 0.19 0.09 0.42 328.97 0.12 0.53
Hex 95 78 87 0 13 9 2A 149 C 35
Octal 225 170 207 0 23 11 52 511 14 65
Binary 10010101 1111000 10000111 0 10011 1001 101010 101001001 1100 110101

Color Harmonies of #957887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957887

Black with #957887

Text Example


Text Example

White with #957887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957887; }

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

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

background-color css

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

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

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

border-color css

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

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

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