Html Css Color HEX #9C7389 Mountbatten Pink

📋 copy color: '#9C7389'

red 156 ◦ green 115 ◦ blue 137

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

Shades of Mountbatten Pink #9C7389

Tints of Mountbatten Pink #9C7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 38.24%
G = 28.19%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C7389 (or 0x9C7389) is known color: Mountbatten Pink. HEX triplet: 9C, 73 and 89. RGB value is (156,115,137). Sum of RGB (Red+Green+Blue) = 156+115+137=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7389 is #638C76. Grayscale: #818181. Windows color (decimal): -6524023 or 9008028. OLE color: 9008028.

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

Color convert

RGB 156 115 137 -
CMYK 0 0.26 0.12 0.39
HSL 327.8º 0.17% 0.53% -
HSV(B) 327.8º 0.26% 0.61% -
XYZ 24.36 21.14 26.46 -
YUV 129.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 156 115 137 0 0.26 0.12 0.39 327.8 0.17 0.53
Hex 9C 73 89 0 1A C 27 148 11 35
Octal 234 163 211 0 32 14 47 510 21 65
Binary 10011100 1110011 10001001 0 11010 1100 100111 101001000 10001 110101

Color Harmonies of #9C7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7389

Black with #9C7389

Text Example


Text Example

White with #9C7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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