#9D6891

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

Shades of Mountbatten Pink #9D6891

Tints of Mountbatten Pink #9D6891

Color information

#9D6891 (or 0x9D6891) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 68 and 91. RGB value is (157,104,145). Sum of RGB (Red+Green+Blue) = 157+104+145=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6891 is #62976E. Grayscale: #7C7C7C. Windows color (decimal): -6461295 or 9529501. OLE color: 9529501.

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

Color convert

RGB157104145-
CMYK00.340.080.38
HSL313.58º21.29%51.18%-
HSV(B)313.58º33.76%61.57%-
XYZ23.9719.1129.21-
YUV124.52139.56151.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=38.67%
G=25.62%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710414500.340.080.38313.5821.2951.18
Hex9D689102282613a1533
Octal23515022104210464722563
Binary100111011101000100100010100010100010011010011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,145); }

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

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

 a { background-color: rgb(157,104,145); }

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

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

 span { border-color: rgb(157,104,145); }

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