#9D6690

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

Shades of Mountbatten Pink #9D6690

Tints of Mountbatten Pink #9D6690

Color information

#9D6690 (or 0x9D6690) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 66 and 90. RGB value is (157,102,144). Sum of RGB (Red+Green+Blue) = 157+102+144=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6690 is #62996F. Grayscale: #7B7B7B. Windows color (decimal): -6461808 or 9463453. OLE color: 9463453.

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

Color convert

RGB157102144-
CMYK00.350.080.38
HSL314.18º21.91%50.78%-
HSV(B)314.18º35.03%61.57%-
XYZ23.6918.6828.74-
YUV123.23139.72152.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=38.96%
G=25.31%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710214400.350.080.38314.1821.9150.78
Hex9D669002382613a1633
Octal23514622004310464722663
Binary100111011100110100100000100011100010011010011101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,144); }

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

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

 a { background-color: rgb(157,102,144); }

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

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

 span { border-color: rgb(157,102,144); }

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