Html Css Color HEX #957988 Mountbatten Pink

📋 copy color: '#957988'

red 149 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #957988

Tints of Mountbatten Pink #957988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 36.7%
G = 29.8%
B = 33.5%

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

#957988 (or 0x957988) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 88. RGB value is (149,121,136). Sum of RGB (Red+Green+Blue) = 149+121+136=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #957988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957988 is #6A8677. Grayscale: #838383. Windows color (decimal): -6981240 or 8944021. OLE color: 8944021.

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

Color convert

RGB 149 121 136 -
CMYK 0 0.19 0.09 0.42
HSL 327.86º 0.12% 0.53% -
HSV(B) 327.86º 0.19% 0.58% -
XYZ 23.68 21.84 26.26 -
YUV 131.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 149 121 136 0 0.19 0.09 0.42 327.86 0.12 0.53
Hex 95 79 88 0 13 9 2A 148 C 35
Octal 225 171 210 0 23 11 52 510 14 65
Binary 10010101 1111001 10001000 0 10011 1001 101010 101001000 1100 110101

Color Harmonies of #957988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957988

Black with #957988

Text Example


Text Example

White with #957988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957988; }

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

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

background-color css

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

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

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

border-color css

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

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

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