Html Css Color HEX #957589 Mountbatten Pink

📋 copy color: '#957589'

red 149 ◦ green 117 ◦ blue 137

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

Shades of Mountbatten Pink #957589

Tints of Mountbatten Pink #957589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

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

R = 36.97%
G = 29.03%
B = 34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957589 (or 0x957589) is known color: Mountbatten Pink. HEX triplet: 95, 75 and 89. RGB value is (149,117,137). Sum of RGB (Red+Green+Blue) = 149+117+137=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957589 is #6A8A76. Grayscale: #808080. Windows color (decimal): -6982263 or 9008533. OLE color: 9008533.

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

Color convert

RGB 149 117 137 -
CMYK 0 0.21 0.08 0.42
HSL 322.5º 0.13% 0.52% -
HSV(B) 322.5º 0.21% 0.58% -
XYZ 23.27 20.92 26.48 -
YUV 128.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 149 117 137 0 0.21 0.08 0.42 322.5 0.13 0.52
Hex 95 75 89 0 15 8 2A 142 D 34
Octal 225 165 211 0 25 10 52 502 15 64
Binary 10010101 1110101 10001001 0 10101 1000 101010 101000010 1101 110100

Color Harmonies of #957589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957589

Black with #957589

Text Example


Text Example

White with #957589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957589; }

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

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

background-color css

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

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

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

border-color css

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

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

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