Html Css Color HEX #957089 Mountbatten Pink

📋 copy color: '#957089'

red 149 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #957089

Tints of Mountbatten Pink #957089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

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

R = 37.44%
G = 28.14%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957089 (or 0x957089) is known color: Mountbatten Pink. HEX triplet: 95, 70 and 89. RGB value is (149,112,137). Sum of RGB (Red+Green+Blue) = 149+112+137=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957089 is #6A8F76. Grayscale: #7D7D7D. Windows color (decimal): -6983543 or 9007253. OLE color: 9007253.

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

Color convert

RGB 149 112 137 -
CMYK 0 0.25 0.08 0.42
HSL 319.46º 0.15% 0.51% -
HSV(B) 319.46º 0.25% 0.58% -
XYZ 22.7 19.78 26.29 -
YUV 125.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 149 112 137 0 0.25 0.08 0.42 319.46 0.15 0.51
Hex 95 70 89 0 19 8 2A 13F F 33
Octal 225 160 211 0 31 10 52 477 17 63
Binary 10010101 1110000 10001001 0 11001 1000 101010 100111111 1111 110011

Color Harmonies of #957089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957089

Black with #957089

Text Example


Text Example

White with #957089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957089; }

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

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

background-color css

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

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

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

border-color css

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

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

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