Html Css Color HEX #9C7189 Mountbatten Pink

📋 copy color: '#9C7189'

red 156 ◦ green 113 ◦ blue 137

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

Shades of Mountbatten Pink #9C7189

Tints of Mountbatten Pink #9C7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 38.42%
G = 27.83%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C7189 (or 0x9C7189) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 89. RGB value is (156,113,137). Sum of RGB (Red+Green+Blue) = 156+113+137=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7189 is #638E76. Grayscale: #808080. Windows color (decimal): -6524535 or 9007516. OLE color: 9007516.

HSL color Cylindrical-coordinate representation of color #9C7189: hue angle of 326.51º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7189 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 113 137 -
CMYK 0 0.28 0.12 0.39
HSL 326.51º 0.18% 0.53% -
HSV(B) 326.51º 0.28% 0.61% -
XYZ 24.13 20.68 26.39 -
YUV 128.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 156 113 137 0 0.28 0.12 0.39 326.51 0.18 0.53
Hex 9C 71 89 0 1C C 27 147 12 35
Octal 234 161 211 0 34 14 47 507 22 65
Binary 10011100 1110001 10001001 0 11100 1100 100111 101000111 10010 110101

Color Harmonies of #9C7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7189

Black with #9C7189

Text Example


Text Example

White with #9C7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,137); }

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

background-color css

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

 a { background-color: rgb(156,113,137); }

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

border-color css

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

 span { border-color: rgb(156,113,137); }

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