Html Css Color HEX #976F8C Mountbatten Pink

📋 copy color: '#976F8C'

red 151 ◦ green 111 ◦ blue 140

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

Shades of Mountbatten Pink #976F8C

Tints of Mountbatten Pink #976F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 37.56%
G = 27.61%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#976F8C (or 0x976F8C) is known color: Mountbatten Pink. HEX triplet: 97, 6F and 8C. RGB value is (151,111,140). Sum of RGB (Red+Green+Blue) = 151+111+140=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #976F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976F8C is #689073. Grayscale: #7E7E7E. Windows color (decimal): -6852724 or 9203607. OLE color: 9203607.

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

Color convert

RGB 151 111 140 -
CMYK 0 0.26 0.07 0.41
HSL 316.5º 0.16% 0.51% -
HSV(B) 316.5º 0.26% 0.59% -
XYZ 23.18 19.84 27.42 -
YUV 126.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 151 111 140 0 0.26 0.07 0.41 316.5 0.16 0.51
Hex 97 6F 8C 0 1A 7 29 13C 10 33
Octal 227 157 214 0 32 7 51 474 20 63
Binary 10010111 1101111 10001100 0 11010 111 101001 100111100 10000 110011

Color Harmonies of #976F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F8C

Black with #976F8C

Text Example


Text Example

White with #976F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,140); }

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

background-color css

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

 a { background-color: rgb(151,111,140); }

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

border-color css

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

 span { border-color: rgb(151,111,140); }

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