Html Css Color HEX #957987 Mountbatten Pink

📋 copy color: '#957987'

red 149 ◦ green 121 ◦ blue 135

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

Shades of Mountbatten Pink #957987

Tints of Mountbatten Pink #957987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

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

R = 36.79%
G = 29.88%
B = 33.33%

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

#957987 (or 0x957987) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 87. RGB value is (149,121,135). Sum of RGB (Red+Green+Blue) = 149+121+135=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #957987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957987 is #6A8678. Grayscale: #828282. Windows color (decimal): -6981241 or 8878485. OLE color: 8878485.

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

Color convert

RGB 149 121 135 -
CMYK 0 0.19 0.09 0.42
HSL 330º 0.12% 0.53% -
HSV(B) 330º 0.19% 0.58% -
XYZ 23.6 21.81 25.89 -
YUV 130.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 149 121 135 0 0.19 0.09 0.42 330 0.12 0.53
Hex 95 79 87 0 13 9 2A 14A C 35
Octal 225 171 207 0 23 11 52 512 14 65
Binary 10010101 1111001 10000111 0 10011 1001 101010 101001010 1100 110101

Color Harmonies of #957987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957987

Black with #957987

Text Example


Text Example

White with #957987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957987; }

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

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

background-color css

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

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

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

border-color css

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

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

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