#9A7D92

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

Shades of Mountbatten Pink #9A7D92

Tints of Mountbatten Pink #9A7D92

Color information

#9A7D92 (or 0x9A7D92) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 7D and 92. RGB value is (154,125,146). Sum of RGB (Red+Green+Blue) = 154+125+146=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D92 is #65826D. Grayscale: #888888. Windows color (decimal): -6652526 or 9600410. OLE color: 9600410.

HSL color Cylindrical-coordinate representation of color #9A7D92: hue angle of 316.55º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D92 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB154125146-
CMYK00.190.050.40
HSL316.55º12.55%54.71%-
HSV(B)316.55º18.83%60.39%-
XYZ25.8523.6130.39-
YUV136.06133.61140.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=36.24%
G=29.41%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412514600.190.050.40316.5512.5554.71
Hex9A7D9201352813dd37
Octal2321752220235504751567
Binary100110101111101100100100100111011010001001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,146); }

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

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

 a { background-color: rgb(154,125,146); }

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

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

 span { border-color: rgb(154,125,146); }

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