#9C7093

Color #9C7093 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9C7093

Tints of Mountbatten Pink #9C7093

Color information

#9C7093 (or 0x9C7093) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 70 and 93. RGB value is (156,112,147). Sum of RGB (Red+Green+Blue) = 156+112+147=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7093 is #638F6C. Grayscale: #818181. Windows color (decimal): -6524781 or 9662620. OLE color: 9662620.

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

Color convert

RGB156112147-
CMYK00.280.060.39
HSL312.27º18.18%52.55%-
HSV(B)312.27º28.21%61.18%-
XYZ24.7720.7630.31-
YUV129.15138.08147.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=37.59%
G=26.99%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611214700.280.060.39312.2718.1852.55
Hex9C709301C6271381235
Octal2341602230346474702265
Binary1001110011100001001001101110011010011110011100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C7093;
 }
 .AnyTagClassName
 {
   color: #9C7093;
 }
</style>
background-color css

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

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

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

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

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

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