Html Css Color HEX #957886 Mountbatten Pink

📋 copy color: '#957886'

red 149 ◦ green 120 ◦ blue 134

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

Shades of Mountbatten Pink #957886

Tints of Mountbatten Pink #957886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 36.97%
G = 29.78%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#957886 (or 0x957886) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 86. RGB value is (149,120,134). Sum of RGB (Red+Green+Blue) = 149+120+134=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957886 is #6A8779. Grayscale: #828282. Windows color (decimal): -6981498 or 8812693. OLE color: 8812693.

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

Color convert

RGB 149 120 134 -
CMYK 0 0.19 0.10 0.42
HSL 331.03º 0.12% 0.53% -
HSV(B) 331.03º 0.19% 0.58% -
XYZ 23.41 21.54 25.48 -
YUV 130.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 149 120 134 0 0.19 0.10 0.42 331.03 0.12 0.53
Hex 95 78 86 0 13 A 2A 14B C 35
Octal 225 170 206 0 23 12 52 513 14 65
Binary 10010101 1111000 10000110 0 10011 1010 101010 101001011 1100 110101

Color Harmonies of #957886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957886

Black with #957886

Text Example


Text Example

White with #957886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957886; }

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

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

background-color css

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

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

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

border-color css

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

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

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