#9B728C

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

Shades of Mountbatten Pink #9B728C

Tints of Mountbatten Pink #9B728C

Color information

#9B728C (or 0x9B728C) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 72 and 8C. RGB value is (155,114,140). Sum of RGB (Red+Green+Blue) = 155+114+140=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B728C is #648D73. Grayscale: #818181. Windows color (decimal): -6589812 or 9204379. OLE color: 9204379.

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

Color convert

RGB155114140-
CMYK00.260.100.39
HSL321.95º17.01%52.75%-
HSV(B)321.95º26.45%60.78%-
XYZ24.2720.927.57-
YUV129.22134.08146.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=37.90%
G=27.87%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511414000.260.100.39321.9517.0152.75
Hex9B728C01AA271421135
Octal23316221403212475022165
Binary10011011111001010001100011010101010011110100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,140); }

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

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

 a { background-color: rgb(155,114,140); }

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

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

 span { border-color: rgb(155,114,140); }

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