Html Css Color HEX #957791 Mountbatten Pink

📋 copy color: '#957791'

red 149 ◦ green 119 ◦ blue 145

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

Shades of Mountbatten Pink #957791

Tints of Mountbatten Pink #957791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 36.08%
G = 28.81%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957791 (or 0x957791) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 91. RGB value is (149,119,145). Sum of RGB (Red+Green+Blue) = 149+119+145=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #957791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957791 is #6A886E. Grayscale: #828282. Windows color (decimal): -6981743 or 9533333. OLE color: 9533333.

HSL color Cylindrical-coordinate representation of color #957791: hue angle of 308º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957791 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 145 -
CMYK 0 0.20 0.03 0.42
HSL 308º 0.12% 0.53% -
HSV(B) 308º 0.2% 0.58% -
XYZ 24.1 21.63 29.69 -
YUV 130.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 149 119 145 0 0.20 0.03 0.42 308 0.12 0.53
Hex 95 77 91 0 14 3 2A 134 C 35
Octal 225 167 221 0 24 3 52 464 14 65
Binary 10010101 1110111 10010001 0 10100 11 101010 100110100 1100 110101

Color Harmonies of #957791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957791

Black with #957791

Text Example


Text Example

White with #957791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957791; }

 p { color: rgb(149,119,145); }

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

background-color css

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

 a { background-color: rgb(149,119,145); }

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

border-color css

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

 span { border-color: rgb(149,119,145); }

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