Html Css Color HEX #957891 Mountbatten Pink

📋 copy color: '#957891'

red 149 ◦ green 120 ◦ blue 145

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

Shades of Mountbatten Pink #957891

Tints of Mountbatten Pink #957891

RGB

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

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

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

R = 35.99%
G = 28.99%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#957891 (or 0x957891) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 91. RGB value is (149,120,145). Sum of RGB (Red+Green+Blue) = 149+120+145=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957891 is #6A876E. Grayscale: #838383. Windows color (decimal): -6981487 or 9533589. OLE color: 9533589.

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

Color convert

RGB 149 120 145 -
CMYK 0 0.19 0.03 0.42
HSL 308.28º 0.12% 0.53% -
HSV(B) 308.28º 0.19% 0.58% -
XYZ 24.22 21.87 29.73 -
YUV 131.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 149 120 145 0 0.19 0.03 0.42 308.28 0.12 0.53
Hex 95 78 91 0 13 3 2A 134 C 35
Octal 225 170 221 0 23 3 52 464 14 65
Binary 10010101 1111000 10010001 0 10011 11 101010 100110100 1100 110101

Color Harmonies of #957891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957891

Black with #957891

Text Example


Text Example

White with #957891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957891; }

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

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

background-color css

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

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

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

border-color css

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

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

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