#936F8C

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

Shades of Mountbatten Pink #936F8C

Tints of Mountbatten Pink #936F8C

Color information

#936F8C (or 0x936F8C) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6F and 8C. RGB value is (147,111,140). Sum of RGB (Red+Green+Blue) = 147+111+140=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #936F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936F8C is #6C9073. Grayscale: #7C7C7C. Windows color (decimal): -7114868 or 9203603. OLE color: 9203603.

HSL color Cylindrical-coordinate representation of color #936F8C: hue angle of 311.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #936F8C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147111140-
CMYK00.240.050.42
HSL311.67º14.29%50.59%-
HSV(B)311.67º24.49%57.65%-
XYZ22.4519.4727.38-
YUV125.07136.43143.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=36.93%
G=27.89%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711114000.240.050.42311.6714.2950.59
Hex936F8C01852A138e33
Octal2231572140305524701663
Binary100100111101111100011000110001011010101001110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,140); }

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

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

 a { background-color: rgb(147,111,140); }

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

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

 span { border-color: rgb(147,111,140); }

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