Html Css Color HEX #9C7E91 Mountbatten Pink

📋 copy color: '#9C7E91'

red 156 ◦ green 126 ◦ blue 145

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

Shades of Mountbatten Pink #9C7E91

Tints of Mountbatten Pink #9C7E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

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

R = 36.53%
G = 29.51%
B = 33.96%

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

#9C7E91 (or 0x9C7E91) is known color: Mountbatten Pink. HEX triplet: 9C, 7E and 91. RGB value is (156,126,145). Sum of RGB (Red+Green+Blue) = 156+126+145=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E91 is #63816E. Grayscale: #898989. Windows color (decimal): -6521199 or 9535132. OLE color: 9535132.

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

Color convert

RGB 156 126 145 -
CMYK 0 0.19 0.07 0.39
HSL 322º 0.13% 0.55% -
HSV(B) 322º 0.19% 0.61% -
XYZ 26.28 24.03 30.04 -
YUV 137.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 156 126 145 0 0.19 0.07 0.39 322 0.13 0.55
Hex 9C 7E 91 0 13 7 27 142 D 37
Octal 234 176 221 0 23 7 47 502 15 67
Binary 10011100 1111110 10010001 0 10011 111 100111 101000010 1101 110111

Color Harmonies of #9C7E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E91

Black with #9C7E91

Text Example


Text Example

White with #9C7E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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