#936E8E

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

Shades of Mountbatten Pink #936E8E

Tints of Mountbatten Pink #936E8E

Color information

#936E8E (or 0x936E8E) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6E and 8E. RGB value is (147,110,142). Sum of RGB (Red+Green+Blue) = 147+110+142=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #936E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E8E is #6C9171. Grayscale: #7C7C7C. Windows color (decimal): -7115122 or 9334419. OLE color: 9334419.

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

Color convert

RGB147110142-
CMYK00.250.030.42
HSL308.11º14.62%50.39%-
HSV(B)308.11º25.17%57.65%-
XYZ22.4919.3128.13-
YUV124.71137.76143.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=36.84%
G=27.57%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711014200.250.030.42308.1114.6250.39
Hex936E8E01932A134f32
Octal2231562160313524641762
Binary10010011110111010001110011001111010101001101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,110,142); }

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

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

 a { background-color: rgb(147,110,142); }

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

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

 span { border-color: rgb(147,110,142); }

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