Html Css Color HEX #957C8D Mountbatten Pink

📋 copy color: '#957C8D'

red 149 ◦ green 124 ◦ blue 141

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

Shades of Mountbatten Pink #957C8D

Tints of Mountbatten Pink #957C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 35.99%
G = 29.95%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#957C8D (or 0x957C8D) is known color: Mountbatten Pink. HEX triplet: 95, 7C and 8D. RGB value is (149,124,141). Sum of RGB (Red+Green+Blue) = 149+124+141=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C8D is #6A8372. Grayscale: #858585. Windows color (decimal): -6980467 or 9272469. OLE color: 9272469.

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

Color convert

RGB 149 124 141 -
CMYK 0 0.17 0.05 0.42
HSL 319.2º 0.11% 0.54% -
HSV(B) 319.2º 0.17% 0.58% -
XYZ 24.41 22.73 28.3 -
YUV 133.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 149 124 141 0 0.17 0.05 0.42 319.2 0.11 0.54
Hex 95 7C 8D 0 11 5 2A 13F B 36
Octal 225 174 215 0 21 5 52 477 13 66
Binary 10010101 1111100 10001101 0 10001 101 101010 100111111 1011 110110

Color Harmonies of #957C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C8D

Black with #957C8D

Text Example


Text Example

White with #957C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,141); }

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

background-color css

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

 a { background-color: rgb(149,124,141); }

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

border-color css

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

 span { border-color: rgb(149,124,141); }

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