#9D6F95

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

Shades of Mountbatten Pink #9D6F95

Tints of Mountbatten Pink #9D6F95

Color information

#9D6F95 (or 0x9D6F95) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 6F and 95. RGB value is (157,111,149). Sum of RGB (Red+Green+Blue) = 157+111+149=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F95 is #62906A. Grayscale: #808080. Windows color (decimal): -6459499 or 9793437. OLE color: 9793437.

HSL color Cylindrical-coordinate representation of color #9D6F95: hue angle of 310.43º 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 #9D6F95 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB157111149-
CMYK00.290.050.38
HSL310.43º19.01%52.55%-
HSV(B)310.43º29.3%61.57%-
XYZ25.0120.7131.11-
YUV129.09139.24147.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=37.65%
G=26.62%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711114900.290.050.38310.4319.0152.55
Hex9D6F9501D5261361335
Octal2351572250355464662365
Binary1001110111011111001010101110110110011010011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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