Html Css Color HEX #997F8D Mountbatten Pink

📋 copy color: '#997F8D'

red 153 ◦ green 127 ◦ blue 141

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

Shades of Mountbatten Pink #997F8D

Tints of Mountbatten Pink #997F8D

RGB

 RED value IS 153 (60.16% from 255) = 36.34%

 GREEN value IS 127 (50% from 255) = 30.17%

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

R = 36.34%
G = 30.17%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#997F8D (or 0x997F8D) is known color: Mountbatten Pink. HEX triplet: 99, 7F and 8D. RGB value is (153,127,141). Sum of RGB (Red+Green+Blue) = 153+127+141=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F8D is #668072. Grayscale: #888888. Windows color (decimal): -6717555 or 9273241. OLE color: 9273241.

HSL color Cylindrical-coordinate representation of color #997F8D: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F8D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 141 -
CMYK 0 0.17 0.08 0.4
HSL 327.69º 0.11% 0.55% -
HSV(B) 327.69º 0.17% 0.6% -
XYZ 25.53 23.87 28.46 -
YUV 136.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 153 127 141 0 0.17 0.08 0.4 327.69 0.11 0.55
Hex 99 7F 8D 0 11 8 28 148 B 37
Octal 231 177 215 0 21 10 50 510 13 67
Binary 10011001 1111111 10001101 0 10001 1000 101000 101001000 1011 110111

Color Harmonies of #997F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F8D

Black with #997F8D

Text Example


Text Example

White with #997F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F8D; }

 p { color: rgb(153,127,141); }

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

background-color css

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

 a { background-color: rgb(153,127,141); }

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

border-color css

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

 span { border-color: rgb(153,127,141); }

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