#9D698E

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

Shades of Mountbatten Pink #9D698E

Tints of Mountbatten Pink #9D698E

Color information

#9D698E (or 0x9D698E) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 69 and 8E. RGB value is (157,105,142). Sum of RGB (Red+Green+Blue) = 157+105+142=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D698E is #629671. Grayscale: #7C7C7C. Windows color (decimal): -6461042 or 9333149. OLE color: 9333149.

HSL color Cylindrical-coordinate representation of color #9D698E: hue angle of 317.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D698E is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB157105142-
CMYK00.330.100.38
HSL317.31º20.97%51.37%-
HSV(B)317.31º33.12%61.57%-
XYZ23.8419.2228.05-
YUV124.77137.73150.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=38.86%
G=25.99%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710514200.330.100.38317.3120.9751.37
Hex9D698E021A2613d1533
Octal23515121604112464752563
Binary100111011101001100011100100001101010011010011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,142); }

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

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

 a { background-color: rgb(157,105,142); }

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

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

 span { border-color: rgb(157,105,142); }

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