#936D8A

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

Shades of Mountbatten Pink #936D8A

Tints of Mountbatten Pink #936D8A

Color information

#936D8A (or 0x936D8A) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6D and 8A. RGB value is (147,109,138). Sum of RGB (Red+Green+Blue) = 147+109+138=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #936D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936D8A is #6C9275. Grayscale: #7B7B7B. Windows color (decimal): -7115382 or 9072019. OLE color: 9072019.

HSL color Cylindrical-coordinate representation of color #936D8A: hue angle of 314.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #936D8A is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147109138-
CMYK00.260.060.42
HSL314.21º14.96%50.2%-
HSV(B)314.21º25.85%57.65%-
XYZ22.0918.9826.54-
YUV123.67136.09144.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=37.31%
G=27.66%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710913800.260.060.42314.2114.9650.2
Hex936D8A01A62A13af32
Octal2231552120326524721762
Binary100100111101101100010100110101101010101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936D8A; }

 p { color: rgb(147,109,138); }

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

<style>
 a { background-color: #936D8A; }

 a { background-color: rgb(147,109,138); }

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

<style>
 span { border-color: #936D8A; }

 span { border-color: rgb(147,109,138); }

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