#9D6F8D

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

Shades of Mountbatten Pink #9D6F8D

Tints of Mountbatten Pink #9D6F8D

Color information

#9D6F8D (or 0x9D6F8D) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 6F and 8D. RGB value is (157,111,141). Sum of RGB (Red+Green+Blue) = 157+111+141=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F8D is #629072. Grayscale: #808080. Windows color (decimal): -6459507 or 9269149. OLE color: 9269149.

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

Color convert

RGB157111141-
CMYK00.290.100.38
HSL320.87º19.01%52.55%-
HSV(B)320.87º29.3%61.57%-
XYZ24.420.4627.86-
YUV128.17135.24148.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=38.39%
G=27.14%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711114100.290.100.38320.8719.0152.55
Hex9D6F8D01DA261411335
Octal23515721503512465012365
Binary10011101110111110001101011101101010011010100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,111,141); }

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

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

 a { background-color: rgb(157,111,141); }

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

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

 span { border-color: rgb(157,111,141); }

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