Html Css Color HEX #9C7F8B Mountbatten Pink

📋 copy color: '#9C7F8B'

red 156 ◦ green 127 ◦ blue 139

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

Shades of Mountbatten Pink #9C7F8B

Tints of Mountbatten Pink #9C7F8B

RGB

 RED value IS 156 (61.33% from 255) = 36.97%

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

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

R = 36.97%
G = 30.09%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C7F8B (or 0x9C7F8B) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 8B. RGB value is (156,127,139). Sum of RGB (Red+Green+Blue) = 156+127+139=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F8B is #638074. Grayscale: #898989. Windows color (decimal): -6520949 or 9142172. OLE color: 9142172.

HSL color Cylindrical-coordinate representation of color #9C7F8B: hue angle of 335.17º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7F8B is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 139 -
CMYK 0 0.19 0.11 0.39
HSL 335.17º 0.13% 0.55% -
HSV(B) 335.17º 0.19% 0.61% -
XYZ 25.96 24.11 27.71 -
YUV 137.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 156 127 139 0 0.19 0.11 0.39 335.17 0.13 0.55
Hex 9C 7F 8B 0 13 B 27 14F D 37
Octal 234 177 213 0 23 13 47 517 15 67
Binary 10011100 1111111 10001011 0 10011 1011 100111 101001111 1101 110111

Color Harmonies of #9C7F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F8B

Black with #9C7F8B

Text Example


Text Example

White with #9C7F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7F8B; }

 p { color: rgb(156,127,139); }

 H1.HeaderClassName
 {
   color: #9C7F8B;
 }
 .AnyTagClassName
 {
   color: #9C7F8B;
 }
</style>

background-color css

<style>
 a { background-color: #9C7F8B; }

 a { background-color: rgb(156,127,139); }

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

border-color css

<style>
 span { border-color: #9C7F8B; }

 span { border-color: rgb(156,127,139); }

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