Html Css Color HEX #957E8B Mountbatten Pink

📋 copy color: '#957E8B'

red 149 ◦ green 126 ◦ blue 139

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

Shades of Mountbatten Pink #957E8B

Tints of Mountbatten Pink #957E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 35.99%
G = 30.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#957E8B (or 0x957E8B) is known color: Mountbatten Pink. HEX triplet: 95, 7E and 8B. RGB value is (149,126,139). Sum of RGB (Red+Green+Blue) = 149+126+139=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E8B is #6A8174. Grayscale: #868686. Windows color (decimal): -6979957 or 9141909. OLE color: 9141909.

HSL color Cylindrical-coordinate representation of color #957E8B: hue angle of 326.09º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957E8B is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 139 -
CMYK 0 0.15 0.07 0.42
HSL 326.09º 0.1% 0.54% -
HSV(B) 326.09º 0.15% 0.58% -
XYZ 24.52 23.18 27.61 -
YUV 134.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 149 126 139 0 0.15 0.07 0.42 326.09 0.1 0.54
Hex 95 7E 8B 0 F 7 2A 146 A 36
Octal 225 176 213 0 17 7 52 506 12 66
Binary 10010101 1111110 10001011 0 1111 111 101010 101000110 1010 110110

Color Harmonies of #957E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E8B

Black with #957E8B

Text Example


Text Example

White with #957E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957E8B; }

 p { color: rgb(149,126,139); }

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

background-color css

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

 a { background-color: rgb(149,126,139); }

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

border-color css

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

 span { border-color: rgb(149,126,139); }

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