Html Css Color HEX #957389 Mountbatten Pink

📋 copy color: '#957389'

red 149 ◦ green 115 ◦ blue 137

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

Shades of Mountbatten Pink #957389

Tints of Mountbatten Pink #957389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 37.16%
G = 28.68%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957389 (or 0x957389) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 89. RGB value is (149,115,137). Sum of RGB (Red+Green+Blue) = 149+115+137=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957389 is #6A8C76. Grayscale: #7F7F7F. Windows color (decimal): -6982775 or 9008021. OLE color: 9008021.

HSL color Cylindrical-coordinate representation of color #957389: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957389 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 137 -
CMYK 0 0.23 0.08 0.42
HSL 321.18º 0.14% 0.52% -
HSV(B) 321.18º 0.23% 0.58% -
XYZ 23.04 20.46 26.4 -
YUV 127.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 149 115 137 0 0.23 0.08 0.42 321.18 0.14 0.52
Hex 95 73 89 0 17 8 2A 141 E 34
Octal 225 163 211 0 27 10 52 501 16 64
Binary 10010101 1110011 10001001 0 10111 1000 101010 101000001 1110 110100

Color Harmonies of #957389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957389

Black with #957389

Text Example


Text Example

White with #957389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957389; }

 p { color: rgb(149,115,137); }

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

background-color css

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

 a { background-color: rgb(149,115,137); }

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

border-color css

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

 span { border-color: rgb(149,115,137); }

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