#9B7592

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

Shades of Mountbatten Pink #9B7592

Tints of Mountbatten Pink #9B7592

Color information

#9B7592 (or 0x9B7592) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 75 and 92. RGB value is (155,117,146). Sum of RGB (Red+Green+Blue) = 155+117+146=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7592 is #648A6D. Grayscale: #838383. Windows color (decimal): -6589038 or 9598363. OLE color: 9598363.

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

Color convert

RGB155117146-
CMYK00.250.060.39
HSL314.21º15.97%53.33%-
HSV(B)314.21º24.52%60.78%-
XYZ25.0721.7730.07-
YUV131.67136.09144.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=37.08%
G=27.99%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511714600.250.060.39314.2115.9753.33
Hex9B759201962713a1035
Octal2331652220316474722065
Binary1001101111101011001001001100111010011110011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,146); }

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

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

 a { background-color: rgb(155,117,146); }

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

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

 span { border-color: rgb(155,117,146); }

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