Html Css Color HEX #9C7091 Mountbatten Pink

📋 copy color: '#9C7091'

red 156 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #9C7091

Tints of Mountbatten Pink #9C7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 37.77%
G = 27.12%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C7091 (or 0x9C7091) is known color: Mountbatten Pink. HEX triplet: 9C, 70 and 91. RGB value is (156,112,145). Sum of RGB (Red+Green+Blue) = 156+112+145=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7091 is #638F6E. Grayscale: #808080. Windows color (decimal): -6524783 or 9531548. OLE color: 9531548.

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

Color convert

RGB 156 112 145 -
CMYK 0 0.28 0.07 0.39
HSL 315º 0.18% 0.53% -
HSV(B) 315º 0.28% 0.61% -
XYZ 24.62 20.7 29.49 -
YUV 128.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 156 112 145 0 0.28 0.07 0.39 315 0.18 0.53
Hex 9C 70 91 0 1C 7 27 13B 12 35
Octal 234 160 221 0 34 7 47 473 22 65
Binary 10011100 1110000 10010001 0 11100 111 100111 100111011 10010 110101

Color Harmonies of #9C7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7091

Black with #9C7091

Text Example


Text Example

White with #9C7091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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