Html Css Color HEX #957890 Mountbatten Pink

📋 copy color: '#957890'

red 149 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #957890

Tints of Mountbatten Pink #957890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 36.08%
G = 29.06%
B = 34.87%

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

#957890 (or 0x957890) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 90. RGB value is (149,120,144). Sum of RGB (Red+Green+Blue) = 149+120+144=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #957890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957890 is #6A876F. Grayscale: #838383. Windows color (decimal): -6981488 or 9468053. OLE color: 9468053.

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

Color convert

RGB 149 120 144 -
CMYK 0 0.19 0.03 0.42
HSL 310.34º 0.12% 0.53% -
HSV(B) 310.34º 0.19% 0.58% -
XYZ 24.14 21.84 29.33 -
YUV 131.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 149 120 144 0 0.19 0.03 0.42 310.34 0.12 0.53
Hex 95 78 90 0 13 3 2A 136 C 35
Octal 225 170 220 0 23 3 52 466 14 65
Binary 10010101 1111000 10010000 0 10011 11 101010 100110110 1100 110101

Color Harmonies of #957890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957890

Black with #957890

Text Example


Text Example

White with #957890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957890; }

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

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

background-color css

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

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

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

border-color css

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

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

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