Html Css Color HEX #976D8B Mountbatten Pink

📋 copy color: '#976D8B'

red 151 ◦ green 109 ◦ blue 139

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

Shades of Mountbatten Pink #976D8B

Tints of Mountbatten Pink #976D8B

RGB

 RED value IS 151 (59.38% from 255) = 37.84%

 GREEN value IS 109 (42.97% from 255) = 27.32%

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

R = 37.84%
G = 27.32%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#976D8B (or 0x976D8B) is known color: Mountbatten Pink. HEX triplet: 97, 6D and 8B. RGB value is (151,109,139). Sum of RGB (Red+Green+Blue) = 151+109+139=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D8B is #689274. Grayscale: #7C7C7C. Windows color (decimal): -6853237 or 9137559. OLE color: 9137559.

HSL color Cylindrical-coordinate representation of color #976D8B: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D8B is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 139 -
CMYK 0 0.28 0.08 0.41
HSL 317.14º 0.17% 0.51% -
HSV(B) 317.14º 0.28% 0.59% -
XYZ 22.89 19.38 26.96 -
YUV 124.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 151 109 139 0 0.28 0.08 0.41 317.14 0.17 0.51
Hex 97 6D 8B 0 1C 8 29 13D 11 33
Octal 227 155 213 0 34 10 51 475 21 63
Binary 10010111 1101101 10001011 0 11100 1000 101001 100111101 10001 110011

Color Harmonies of #976D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D8B

Black with #976D8B

Text Example


Text Example

White with #976D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D8B; }

 p { color: rgb(151,109,139); }

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

background-color css

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

 a { background-color: rgb(151,109,139); }

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

border-color css

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

 span { border-color: rgb(151,109,139); }

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