Html Css Color HEX #9C7F91 Mountbatten Pink

📋 copy color: '#9C7F91'

red 156 ◦ green 127 ◦ blue 145

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

Shades of Mountbatten Pink #9C7F91

Tints of Mountbatten Pink #9C7F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 36.45%
G = 29.67%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C7F91 (or 0x9C7F91) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 91. RGB value is (156,127,145). Sum of RGB (Red+Green+Blue) = 156+127+145=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F91 is #63806E. Grayscale: #898989. Windows color (decimal): -6520943 or 9535388. OLE color: 9535388.

HSL color Cylindrical-coordinate representation of color #9C7F91: hue angle of 322.76º 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 #9C7F91 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 145 -
CMYK 0 0.19 0.07 0.39
HSL 322.76º 0.13% 0.55% -
HSV(B) 322.76º 0.19% 0.61% -
XYZ 26.41 24.29 30.08 -
YUV 137.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 156 127 145 0 0.19 0.07 0.39 322.76 0.13 0.55
Hex 9C 7F 91 0 13 7 27 143 D 37
Octal 234 177 221 0 23 7 47 503 15 67
Binary 10011100 1111111 10010001 0 10011 111 100111 101000011 1101 110111

Color Harmonies of #9C7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F91

Black with #9C7F91

Text Example


Text Example

White with #9C7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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